From: hyc Date: Sun, 21 Feb 2010 03:11:40 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.4~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d61a5d1014e59bb294ae344c8c6456b865203eb;p=rtmpdump Fix typo git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@260 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/rtmpsrv.c b/rtmpsrv.c index 1ca00b1..7026fe8 100644 --- 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 */