aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/utils.cpp')
-rw-r--r--engines/glk/utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/utils.cpp b/engines/glk/utils.cpp
index 12f9e304e5..07c0a4d540 100644
--- a/engines/glk/utils.cpp
+++ b/engines/glk/utils.cpp
@@ -23,7 +23,7 @@
#include "glk/utils.h"
#include "common/textconsole.h"
-namespace Gargoyle {
+namespace Glk {
int strToInt(const char *s) {
if (!*s)
@@ -41,4 +41,4 @@ int strToInt(const char *s) {
return (int)tmp;
}
-} // End of namespace Gargoyle
+} // End of namespace Glk