ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit b3c0edb57d106c2d9d1652d6aa08023d154cf4c3
parent a8f37cdeb4ac560d6a6c5e647557268b0f84ac52
Author: sin <sin@2f30.org>
Date:   Mon, 22 Sep 2014 12:58:43 +0100

Print a newline between the banner and the rest

Diffstat:
Mratox.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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