From 1a938956ec00247794151bb2b72f088f68581857 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 21 May 2010 18:25:01 +0000 Subject: Implement FR #2988017: exit status with --list-saves always 0 svn-id: r49132 --- base/commandLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/commandLine.h') diff --git a/base/commandLine.h b/base/commandLine.h index 8801ed17d8..c7e8d8b0d0 100644 --- a/base/commandLine.h +++ b/base/commandLine.h @@ -33,7 +33,7 @@ namespace Base { void registerDefaults(); Common::String parseCommandLine(Common::StringMap &settings, int argc, const char * const *argv); -bool processSettings(Common::String &command, Common::StringMap &settings); +Common::Error processSettings(Common::String &command, Common::StringMap &settings); } // End of namespace Base -- cgit v1.2.3