]> granicus.if.org Git - php/commitdiff
- WS
authorPierre Joye <pajoye@php.net>
Fri, 15 May 2009 17:48:34 +0000 (17:48 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 15 May 2009 17:48:34 +0000 (17:48 +0000)
TSRM/tsrm_win32.c

index bed669f804dbcdc9e1de223835efc2f08a60efdc..635bdf1c476e62d58f78c5858667d1417b86c99f 100644 (file)
@@ -252,7 +252,7 @@ TSRM_API int pclose(FILE *stream)
        }
 
        fflush(process->stream);
-    fclose(process->stream);
+       fclose(process->stream);
 
        WaitForSingleObject(process->prochnd, INFINITE);
        GetExitCodeProcess(process->prochnd, &termstat);