syscall: don't append '\n' to the output
This commit is contained in:
parent
58861fff63
commit
be876a06ac
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ main(int argc, char *argv[])
|
||||||
fprint(2, "syscall: return %lld, no error\n", r);
|
fprint(2, "syscall: return %lld, no error\n", r);
|
||||||
}
|
}
|
||||||
if(oflag)
|
if(oflag)
|
||||||
print("%s\n", buf);
|
print("%s", buf);
|
||||||
if(xflag){
|
if(xflag){
|
||||||
for(j=0; j<r; j++){
|
for(j=0; j<r; j++){
|
||||||
if(j%16 == 0)
|
if(j%16 == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue