Skip to content

Commit

Permalink
lolcat: Remove redundant newline at end of output
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseg committed Jun 16, 2019
1 parent 176478b commit 9a928b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lolcat.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ int main(int argc, char** argv)
}

if (colors)
wprintf(L"\n\033[0m");
wprintf(L"\033[0m");

cc = -1;

Expand Down

0 comments on commit 9a928b9

Please sign in to comment.