mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
added missing const
This commit is contained in:
@@ -80,7 +80,7 @@ static void printMutter(FFinstance* instance)
|
||||
|
||||
static void printGTKThemeAsWMTheme(FFinstance* instance)
|
||||
{
|
||||
FFGTKResult* gtk = ffDetectGTK4(instance);
|
||||
const FFGTKResult* gtk = ffDetectGTK4(instance);
|
||||
|
||||
if(gtk->theme.length > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user