From 9acf1d530164857f71038957931caa8c8cca7d83 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Wed, 17 Dec 2008 23:19:44 +0000 Subject: Added /etc/default/q2pro template. Removed -ffast-math option as it causes bad things to happen with recent GCC. --- source/sys_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sys_unix.c') 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; } -- cgit v1.2.3