diff --git a/src/fetch.c b/src/fetch.c index 435f939..13388c1 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -101,7 +101,7 @@ void Blank(const char *title, const FETCH fetch) { UNUSED(title); UNUSED(fetch); - printf(""); + printf(" "); } void GetUser(const char *title, const FETCH fetch) {