2021-02-18 22:25:36 +01:00
|
|
|
#include "fastfetch.h"
|
|
|
|
|
|
2021-02-27 18:30:05 +01:00
|
|
|
void ffPrintBreak(FFinstance* instance)
|
2021-02-18 22:25:36 +01:00
|
|
|
{
|
2022-06-08 10:59:33 +02:00
|
|
|
ffLogoPrintLine(instance);
|
2021-02-18 22:25:36 +01:00
|
|
|
putchar('\n');
|
2021-03-27 18:14:19 +01:00
|
|
|
}
|