This commit is contained in:
Michael Kerrisk 2007-05-28 15:52:03 +00:00
parent a7413163f9
commit 43940e36a9
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ main(void)
perror("_sysctl"); perror("_sysctl");
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
printf("This machine is running %*s\n", osnamelth, osname); printf("This machine is running %*s\\n", osnamelth, osname);
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
} }
.fi .fi