From 59a6d8d5a21dc92618f44d2c6060227ab570b152 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 15 May 2009 17:48:34 +0000 Subject: - WS --- TSRM/tsrm_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TSRM') 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); -- cgit v1.2.1