From 2dc4815f043f3dc39ae7a45f36b9241c18df154f Mon Sep 17 00:00:00 2001 From: Kevin Slaughter Date: Thu, 28 Aug 2003 06:13:18 +0000 Subject: [PATCH] Fix VC6 control-path-return bitching --- stepmania/src/StepMania.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 8d6ff84587..c369483262 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -324,6 +324,7 @@ static CString GetMatchingVideocardDefaults( IniFile &ini, const CString &sVideo } ASSERT(0); + return ""; } static CString GetVideoDriverName()