diff options
Diffstat (limited to 'source/sys_unix.c')
-rw-r--r-- | source/sys_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sys_unix.c b/source/sys_unix.c index ea46b53..f5e1aa9 100644 --- a/source/sys_unix.c +++ b/source/sys_unix.c @@ -1052,7 +1052,7 @@ int main( int argc, char **argv ) { if( !getuid() || !geteuid() ) { printf( "You can not run " APPLICATION " as superuser " - "for security reasons!" ); + "for security reasons!\n" ); return 1; } |