]> granicus.if.org Git - php/commitdiff
Fix build
authorHannes Magnusson <bjori@php.net>
Tue, 19 May 2009 10:00:44 +0000 (10:00 +0000)
committerHannes Magnusson <bjori@php.net>
Tue, 19 May 2009 10:00:44 +0000 (10:00 +0000)
TSRM/tsrm_win32.c

index 5c30ce58c9bd2934f05e069b6a64762ca90e1d7c..33559a50e91e951c9f0a884e8bc464ea0d4605f5 100644 (file)
@@ -69,7 +69,7 @@ static void tsrm_win32_dtor(tsrm_win32_globals *globals TSRMLS_DC)
 
        free(globals->comspec);
 
-       If(globals->impersonation_token) {
+       if(globals->impersonation_token) {
                CloseHandle(globals->impersonation_token);
        }
 }