diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-12-17 23:19:44 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-12-17 23:19:44 +0000 |
commit | 9acf1d530164857f71038957931caa8c8cca7d83 (patch) | |
tree | 86cfb62a8486b2d53c137da2ec5db6168dcf00af /source/sys_unix.c | |
parent | a8052a8f7c7afe723d01510d07029142017214c3 (diff) |
Added /etc/default/q2pro template.
Removed -ffast-math option as it causes bad things to happen with recent GCC.
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; } |