cvs: TSRM / tsrm_win32.c

[email protected] ("Hannes Magnusson") Tue, 19 May 2009 10:00:44 -0000
Newsgroups php.zend-engine.cvs
Message-ID <cvsbjori1242727244@cvsserver>
bjori		Tue May 19 10:00:44 2009 UTC

  Modified files:              
    /TSRM	tsrm_win32.c 
  Log:
  Fix build
  
  
http://cvs.php.net/viewvc.cgi/TSRM/tsrm_win32.c?r1=1.39&r2=1.40&diff_format=u
Index: TSRM/tsrm_win32.c
diff -u TSRM/tsrm_win32.c:1.39 TSRM/tsrm_win32.c:1.40
--- TSRM/tsrm_win32.c:1.39	Mon May 18 20:57:24 2009
+++ TSRM/tsrm_win32.c	Tue May 19 10:00:44 2009
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: tsrm_win32.c,v 1.39 2009/05/18 20:57:24 pajoye Exp $ */
+/* $Id: tsrm_win32.c,v 1.40 2009/05/19 10:00:44 bjori Exp $ */
 
 #include <stdio.h>
 #include <fcntl.h>
@@ -69,7 +69,7 @@
 
 	free(globals->comspec);
 
-	If(globals->impersonation_token) {
+	if(globals->impersonation_token) {
 		CloseHandle(globals->impersonation_token);
 	}
 }