From: Ork Date: Wed, 9 Oct 2013 22:53:20 +0000 (+0200) Subject: Forgot that classic \n X-Git-Url: https://iankelling.org/git/?p=evhz;a=commitdiff_plain;h=ef6ed2986ed371ef12eb901fdb806dab7a84cf60 Forgot that classic \n --- diff --git a/evhz.c b/evhz.c index c4dd389..be5ff6d 100644 --- 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; }