]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8350 quash another complaint from windows on the same issue
authorKen Rice <krice@freeswitch.org>
Thu, 15 Oct 2015 19:26:48 +0000 (14:26 -0500)
committerKen Rice <krice@freeswitch.org>
Thu, 15 Oct 2015 19:26:48 +0000 (14:26 -0500)
src/switch_core.c

index dfef15482c4d8e4d95d25bfba69a32f0438230e7..b7b14fded23feae94bc2c41649d5ee1036bb4ad0 100644 (file)
@@ -955,10 +955,10 @@ SWITCH_DECLARE(int32_t) set_low_priority(void)
                fprintf(stderr, "ERROR: Could not set nice level\n");
                return -1;
        }
-#endif
 #endif
 
        return 0;
+#endif
 }
 
 SWITCH_DECLARE(int32_t) set_realtime_priority(void)