mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Fastfetch: add missing \n when printing messages
This commit is contained in:
+1
-1
@@ -629,7 +629,7 @@ static void generateConfigFile(FFinstance* instance, bool force)
|
||||
else
|
||||
{
|
||||
ffWriteFileData(filename->chars, sizeof(FASTFETCH_DATATEXT_CONFIG_USER), FASTFETCH_DATATEXT_CONFIG_USER);
|
||||
printf("A sample config file has been written in `%s`", filename->chars);
|
||||
printf("A sample config file has been written in `%s`\n", filename->chars);
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user