summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-09-22 12:58:43 +0100
committersin <sin@2f30.org>2014-09-22 12:58:43 +0100
commitb3c0edb57d106c2d9d1652d6aa08023d154cf4c3 (patch)
treed3364e9b39a15108096f51a20c3d06b9323da956
parenta8f37cdeb4ac560d6a6c5e647557268b0f84ac52 (diff)
Print a newline between the banner and the rest
-rw-r--r--ratox.c1
1 files changed, 1 insertions, 0 deletions
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