From b3c0edb57d106c2d9d1652d6aa08023d154cf4c3 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 22 Sep 2014 12:58:43 +0100 Subject: Print a newline between the banner and the rest --- ratox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ratox.c') diff --git a/ratox.c b/ratox.c index 5d7c849..77e14c9 100644 --- a/ratox.c +++ b/ratox.c @@ -207,6 +207,7 @@ printrat(void) printf(" // \\ |_./\n"); printf(" '~' '~----'\tratox v"VERSION"\n"); printf("\033[0m"); + putchar('\n'); } static void -- cgit v1.2.3