From: Hannes Magnusson Date: Tue, 19 May 2009 10:00:12 +0000 (+0000) Subject: Fix build X-Git-Tag: php-5.3.0RC3~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45b2586666fbe3fe3c0dc162f8164e8a36bdc053;p=php Fix build --- diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index 5ab39856c2..7eb18b29d3 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -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); } }