diff options
author | Torbjörn Andersson | 2006-06-10 08:24:00 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-06-10 08:24:00 +0000 |
commit | c78409da15bf79a69151f640aef914437402f2e6 (patch) | |
tree | 50406781f695b5f00f533c0afb5345c5cf829610 | |
parent | 5b1aaf4ea01cae2014d54752d9354ae6cc8f6c9c (diff) | |
download | scummvm-rg350-c78409da15bf79a69151f640aef914437402f2e6.tar.gz scummvm-rg350-c78409da15bf79a69151f640aef914437402f2e6.tar.bz2 scummvm-rg350-c78409da15bf79a69151f640aef914437402f2e6.zip |
Whitespace
svn-id: r22999
-rw-r--r-- | gui/theme-config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp index 74c283f5c1..5c58aeb56c 100644 --- a/gui/theme-config.cpp +++ b/gui/theme-config.cpp @@ -513,7 +513,7 @@ void Theme::processResSection(Common::ConfigFile &config, const String &name, bo } if (iterk->key == "useWithPrefix") { const char *temp = iterk->value.c_str(); - const char *pos = strrchr(temp, ' '); + const char *pos = strrchr(temp, ' '); if (pos == NULL) error("2 arguments required for useWithPrefix keyword"); |