mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:14:37 +02:00
Wifi (Linux): fix false errors when built without libnm support
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user