minor refactoring

This commit is contained in:
Linus Dierheimer
2021-02-27 19:22:28 +01:00
parent 1cda1eb653
commit 0c3a562ec6
16 changed files with 49 additions and 34 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "fastfetch.h"
void ffPrintCustom(FFinstance* instance, const char* key, const char* value)
{
ffPrintLogoAndKey(instance, key);
puts(value);
}