diff --git a/stepmania/src/ScreenExit.cpp b/stepmania/src/ScreenExit.cpp index 63e76b3b56..1723209b8b 100644 --- a/stepmania/src/ScreenExit.cpp +++ b/stepmania/src/ScreenExit.cpp @@ -33,7 +33,7 @@ void ScreenExit::Update( float fDelta ) { DoQuit = true; CString warn = ssprintf("ScreenExit: %i sound%s failed to finish playing quickly: ", - PlayingSounds.size() ); + PlayingSounds.size(), PlayingSounds.size()==1?"":"s" ); for( set::const_iterator i = PlayingSounds.begin(); i != PlayingSounds.end(); ++i ) {