mirror of
https://github.com/golang/go
synced 2024-11-12 05:50:21 -07:00
cmd/6c: add line feed after an error message
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5685051
This commit is contained in:
parent
2557466ff9
commit
b40000423b
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user