iphlpapi: Remove stray code (clang).

oldstable
Austin English 2010-10-03 17:21:38 -07:00 committed by Alexandre Julliard
parent 681d544620
commit d994917fc6
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ static void testGetNumberOfInterfaces(void)
/* Crashes on Vista */
if (0) {
apiReturn = gGetNumberOfInterfaces(NULL), numInterfaces;
apiReturn = gGetNumberOfInterfaces(NULL);
if (apiReturn == ERROR_NOT_SUPPORTED)
return;
ok(apiReturn == ERROR_INVALID_PARAMETER,