diff --git a/src/fastfetch.c b/src/fastfetch.c index 44ee9109e..5648e46f8 100644 --- a/src/fastfetch.c +++ b/src/fastfetch.c @@ -1360,7 +1360,7 @@ static void parseStructureCommand(FFinstance* instance, FFdata* data, const char else if(strcasecmp(line, "opencl") == 0) ffPrintOpenCL(instance); else - ffPrintError(instance, line, 0, NULL, NULL, 0, ""); + ffPrintErrorString(instance, line, 0, NULL, NULL, ""); } int main(int argc, const char** argv)