We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e384956 commit 7992e1aCopy full SHA for 7992e1a
src/detection/wifi/wifi_linux.c
@@ -61,10 +61,10 @@ static const char* detectWifiWithLibnm(FFlist* result)
61
gboolean return_value;
62
if (!inst)
63
return_value = FALSE;
64
- else if (inst->g_class && inst->g_class->g_type == )
+ else if (inst->g_class && inst->g_class->g_type == type)
65
return_value = TRUE;
66
else
67
- return_value = ffg_type_check_instance_is_a (inst, );
+ return_value = ffg_type_check_instance_is_a (inst, type);
68
return_value;
69
}) //NM_IS_DEVICE_WIFI(device)
70
)
0 commit comments