diff options
author | sin <sin@2f30.org> | 2014-09-22 12:58:43 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-22 12:58:43 +0100 |
commit | b3c0edb57d106c2d9d1652d6aa08023d154cf4c3 (patch) | |
tree | d3364e9b39a15108096f51a20c3d06b9323da956 /ratox.c | |
parent | a8f37cdeb4ac560d6a6c5e647557268b0f84ac52 (diff) |
Print a newline between the banner and the rest
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -207,6 +207,7 @@ printrat(void) printf(" // \\ |_./\n"); printf(" '~' '~----'\tratox v"VERSION"\n"); printf("\033[0m"); + putchar('\n'); } static void |