mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
minor refactoring
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "fastfetch.h"
|
||||
|
||||
void ffPrintCustom(FFinstance* instance, const char* key, const char* value)
|
||||
{
|
||||
ffPrintLogoAndKey(instance, key);
|
||||
puts(value);
|
||||
}
|
||||
Reference in New Issue
Block a user