diff options
author | Pierre Joye <pajoye@php.net> | 2009-05-15 17:48:34 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-05-15 17:48:34 +0000 |
commit | 59a6d8d5a21dc92618f44d2c6060227ab570b152 (patch) | |
tree | b75dde13d3517fefe17f2d2e324f3491c13bf441 /TSRM | |
parent | db137b4d69ab0f8200bd2564953954a8ebb7202c (diff) | |
download | php-git-59a6d8d5a21dc92618f44d2c6060227ab570b152.tar.gz |
- WS
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_win32.c | 2 |
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); |