Commit b4000042 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

cmd/6c: add line feed after an error message

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5685051
parent 2557466f
......@@ -112,7 +112,7 @@ main(int argc, char *argv[])
case 'l': /* for little-endian mips */
if(thechar != 'v'){
print("can only use -l with vc");
print("can only use -l with vc\n");
errorexit();
}
thechar = '0';
......
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