summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-05-15 17:48:34 +0000
committerPierre Joye <pajoye@php.net>2009-05-15 17:48:34 +0000
commit59a6d8d5a21dc92618f44d2c6060227ab570b152 (patch)
treeb75dde13d3517fefe17f2d2e324f3491c13bf441 /TSRM
parentdb137b4d69ab0f8200bd2564953954a8ebb7202c (diff)
downloadphp-git-59a6d8d5a21dc92618f44d2c6060227ab570b152.tar.gz
- WS
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c
index bed669f804..635bdf1c47 100644
--- a/TSRM/tsrm_win32.c
+++ b/TSRM/tsrm_win32.c
@@ -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);