]> granicus.if.org Git - rtmpdump/commitdiff
Fix typo
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sun, 21 Feb 2010 03:11:40 +0000 (03:11 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sun, 21 Feb 2010 03:11:40 +0000 (03:11 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@260 400ebc74-4327-4243-bc38-086b20814532

rtmpsrv.c

index 1ca00b1419f73104d3d398552bf321b6c7413397..7026fe8c6d231d80e4ffcb68ed4544aae83046cd 100644 (file)
--- a/rtmpsrv.c
+++ b/rtmpsrv.c
@@ -326,7 +326,7 @@ spawn_dumper(int argc, AVal *av, char *cmd)
     &si, &pi))
     {
       CloseHandle(pi.hThread);
-      closeHandle(pi.hProcess);
+      CloseHandle(pi.hProcess);
     }
 #else
   /* reap any dead children */