Austin English : iphlpapi: Remove stray code (clang).

Alexandre Julliard julliard at winehq.org
Mon Oct 4 11:03:59 CDT 2010


Module: wine
Branch: master
Commit: d994917fc651f7e9e53a18836065c4a4d60f74f1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d994917fc651f7e9e53a18836065c4a4d60f74f1

Author: Austin English <austinenglish at gmail.com>
Date:   Sun Oct  3 17:21:38 2010 -0700

iphlpapi: Remove stray code (clang).

---

 dlls/iphlpapi/tests/iphlpapi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/iphlpapi/tests/iphlpapi.c b/dlls/iphlpapi/tests/iphlpapi.c
index 2410aca..f48470c 100644
--- a/dlls/iphlpapi/tests/iphlpapi.c
+++ b/dlls/iphlpapi/tests/iphlpapi.c
@@ -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,




More information about the wine-cvs mailing list