]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
cleaned up all Con_Printf calls that were missing a \n
[xonotic/darkplaces.git] / sys_linux.c
index 1ee5b729dc76b09b505ea25012a3475f488eb459..1d77ae238524bef9dfec71ef94344f65629b42ba 100644 (file)
@@ -97,7 +97,7 @@ double Sys_DoubleTime (void)
 
                if (!QueryPerformanceFrequency (&PerformanceFreq))
                {
-                       Con_Printf ("No hardware timer available");
+                       Con_Printf ("No hardware timer available\n");
                        // fall back to timeGetTime
                        Cvar_SetValueQuick(&sys_usetimegettime, true);
                        return Sys_DoubleTime();