r1447 - trunk/code/sdl

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Aug 14 03:59:34 EDT 2008


Author: tma
Date: 2008-08-14 03:59:34 -0400 (Thu, 14 Aug 2008)
New Revision: 1447

Modified:
   trunk/code/sdl/sdl_glimp.c
Log:
* Fix misplaced #endif


Modified: trunk/code/sdl/sdl_glimp.c
===================================================================
--- trunk/code/sdl/sdl_glimp.c	2008-08-13 19:39:38 UTC (rev 1446)
+++ trunk/code/sdl/sdl_glimp.c	2008-08-14 07:59:34 UTC (rev 1447)
@@ -238,10 +238,10 @@
 		// by assuming (relatively safely) that it is set at or close to
 		// the display's native aspect ratio
 		displayAspect = (float)videoInfo->current_w / (float)videoInfo->current_h;
-#endif
 
 		ri.Printf( PRINT_ALL, "Estimated display aspect: %.3f\n", displayAspect );
 	}
+#endif
 
 	ri.Printf (PRINT_ALL, "...setting mode %d:", mode );
 




More information about the quake3-commits mailing list