summaryrefslogtreecommitdiff
path: root/lolcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lolcat.c')
-rw-r--r--lolcat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lolcat.c b/lolcat.c
index 87eaeb9..9a8ac2d 100644
--- a/lolcat.c
+++ b/lolcat.c
@@ -161,6 +161,7 @@ int main(int argc, char **argv){
if(escape_state == 2)
printf("\033[38;5;%hhum", codes[cc % ARRAY_SIZE(codes)]);
}
+ printf("\n");
fclose(f);