From d781a25157c42818c897b027687da6f584ecc240 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 14 Aug 2008 07:59:34 +0000 Subject: [PATCH] * Fix misplaced #endif --- code/sdl/sdl_glimp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/sdl/sdl_glimp.c b/code/sdl/sdl_glimp.c index 91298f67..21b41a9c 100644 --- a/code/sdl/sdl_glimp.c +++ b/code/sdl/sdl_glimp.c @@ -238,10 +238,10 @@ static int GLimp_SetMode( int mode, qboolean fullscreen ) // 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 );