iankelling.org
/
git
/
evhz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95940a9
)
Forgot that classic \n
author
Ork
<ork@olol.eu>
Wed, 9 Oct 2013 22:53:20 +0000
(
00:53
+0200)
committer
Ork
<ork@olol.eu>
Wed, 9 Oct 2013 22:53:20 +0000
(
00:53
+0200)
evhz.c
patch
|
blob
|
history
diff --git
a/evhz.c
b/evhz.c
index c4dd389763c5490748809a03db2d8b89a2494258..be5ff6db9c957676accd8c029cee9823a1d6b0b3 100644
(file)
--- a/
evhz.c
+++ b/
evhz.c
@@
-43,7
+43,7
@@
int main(int argc, char *argv[]) {
}
if(geteuid() != 0) {
- printf("%s must be used as superuser", argv[0]);
+ printf("%s must be used as superuser
\n
", argv[0]);
return 1;
}