From e2437933a19f100614a3e768dd559dd4476157c3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 30 Jan 2006 02:45:01 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenTextEntry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index 5a6370eca8..47ecdcf4b0 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -247,7 +247,7 @@ void ScreenTextEntry::End( bool bCancelled ) { RString sAnswer = WStringToRString(m_sAnswer); RString sError; - if ( g_pValidate != NULL ) + if( g_pValidate != NULL ) { bool bValidAnswer = g_pValidate( sAnswer, sError ); if( !bValidAnswer )