From c78409da15bf79a69151f640aef914437402f2e6 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 10 Jun 2006 08:24:00 +0000 Subject: Whitespace svn-id: r22999 --- gui/theme-config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/theme-config.cpp') 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"); -- cgit v1.2.3