Commit 8168f94f authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1562 from takahashim/mrbc-add-newline

mrbc: add line break for -c option, like other options
parents e1f4e891 77d2322a
......@@ -274,7 +274,7 @@ main(int argc, char **argv)
return EXIT_FAILURE;
}
if (args.check_syntax) {
printf("%s:%s:Syntax OK", args.prog, argv[n]);
printf("%s:%s:Syntax OK\n", args.prog, argv[n]);
}
if (args.check_syntax) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment