lolcat: Remove redundant newline at end of output

This commit is contained in:
jaseg 2019-06-16 21:20:10 +09:00
parent 176478b36e
commit 9a928b9ff4

View file

@ -189,7 +189,7 @@ int main(int argc, char** argv)
}
if (colors)
wprintf(L"\n\033[0m");
wprintf(L"\033[0m");
cc = -1;