aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glk_types.h')
-rw-r--r--engines/glk/glk_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/glk_types.h b/engines/glk/glk_types.h
index 32b0968761..1745178a74 100644
--- a/engines/glk/glk_types.h
+++ b/engines/glk/glk_types.h
@@ -26,7 +26,7 @@
#include "common/scummsys.h"
#include "common/stream.h"
-namespace Gargoyle {
+namespace Glk {
typedef uint32 glui32;
typedef int32 glsi32;
@@ -203,6 +203,6 @@ union gidispatch_rock_t {
void *ptr;
};
-} // End of namespace Gargoyle
+} // End of namespace Glk
#endif