From dfe6b48b70031d8b9e85243df80f6b47e3753016 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 23 Oct 2004 02:18:17 +0000 Subject: [PATCH] cosmetic --- stepmania/src/RageDisplay_OGL.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 520efdc926..b5912f666d 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -1714,7 +1714,8 @@ unsigned RageDisplay_OGL::CreateTexture( ", format " << GLToString(glImageFormat) << ", type " << GLToString(glImageType) << ", pixfmt " << pixfmt << - ", imgpixfmt " << imgpixfmt; + ", imgpixfmt " << imgpixfmt << + ")"; LOG->Trace( "%s", s.str().c_str() ); }