aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-05-21 18:25:01 +0000
committerEugene Sandulenko2010-05-21 18:25:01 +0000
commit1a938956ec00247794151bb2b72f088f68581857 (patch)
tree34fb503f7c326f84d0c31e93f7fb4e4a55627e0f /base/commandLine.h
parent01c55efc95b2510eca1842058ab878e1ebd5ed4e (diff)
downloadscummvm-rg350-1a938956ec00247794151bb2b72f088f68581857.tar.gz
scummvm-rg350-1a938956ec00247794151bb2b72f088f68581857.tar.bz2
scummvm-rg350-1a938956ec00247794151bb2b72f088f68581857.zip
Implement FR #2988017: exit status with --list-saves always 0
svn-id: r49132
Diffstat (limited to 'base/commandLine.h')
-rw-r--r--base/commandLine.h2
1 files changed, 1 insertions, 1 deletions
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