]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_screen.c
disabled unused variable
[xonotic/darkplaces.git] / gl_screen.c
index 624a9db635f77317e2b60489417202e3c7b990bc..722dfa60b403d09ed3e941db95be22d0478380c5 100644 (file)
@@ -583,11 +583,11 @@ void SCR_DrawConsole (void)
 ============================================================================== 
 */ 
 
-/* 
+/*
 ================== 
 SCR_ScreenShot_f
 ================== 
-*/  
+*/
 void SCR_ScreenShot_f (void) 
 {
        byte            *buffer;
@@ -621,7 +621,7 @@ void SCR_ScreenShot_f (void)
 
        free (buffer);
        Con_Printf ("Wrote %s\n", filename);
-} 
+}
 
 
 //=============================================================================