We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f6aff commit 84ee7ceCopy full SHA for 84ee7ce
src/detection/de/de_linux.c
@@ -43,7 +43,7 @@ static void getKDE(FFstrbuf* result, FFDEOptions* options)
43
}
44
45
46
-static const char* getGnomeBySo(FFstrbuf* result)
+static const char* getGnomeByDbus(FF_MAYBE_UNUSED FFstrbuf* result)
47
{
48
#ifdef FF_HAVE_DBUS
49
FFDBusData dbus;
@@ -59,7 +59,7 @@ static const char* getGnomeBySo(FFstrbuf* result)
59
60
static void getGnome(FFstrbuf* result, FF_MAYBE_UNUSED FFDEOptions* options)
61
62
- getGnomeBySo(result);
+ getGnomeByDbus(result);
63
64
if (result->length == 0 && options->slowVersionDetection)
65
0 commit comments