aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/util.h')
-rw-r--r--engines/gob/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/util.h b/engines/gob/util.h
index 2b6ea7fdc3..b0bcf70d0c 100644
--- a/engines/gob/util.h
+++ b/engines/gob/util.h
@@ -92,7 +92,7 @@ public:
static void insertStr(const char *str1, char *str2, int16 pos);
static void cutFromStr(char *str, int16 from, int16 cutlen);
- static void prepareStr(char *str);
+ static void cleanupStr(char *str);
static void replaceChar(char *str, char c1, char c2);
static void listInsertFront(List *list, void *data);