Wifi (Linux): fix false errors when built without libnm support

This commit is contained in:
李通洲
2023-07-13 07:46:40 +00:00
parent c9735984e9
commit da4ec98f47
+1 -1
View File
@@ -323,7 +323,7 @@ const char* ffDetectWifi(FFlist* result)
#endif
#ifdef FF_DETECT_WIFI_WITH_IOCTLS
detectWifiWithIoctls(result);
return detectWifiWithIoctls(result);
#endif
return "linux/wireless.h not found during compilation";