aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/blorb.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/blorb.h')
-rw-r--r--engines/glk/blorb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/blorb.h b/engines/glk/blorb.h
index 75f811ccfd..352d01aadc 100644
--- a/engines/glk/blorb.h
+++ b/engines/glk/blorb.h
@@ -26,7 +26,7 @@
#include "glk/glk_types.h"
#include "glk/streams.h"
-namespace Gargoyle {
+namespace Glk {
/**
@@ -141,6 +141,6 @@ public:
glui32 usage, glui32 *num, glui32 *min, glui32 *max);
};
-} // End of namespace Gargoyle
+} // End of namespace Glk
#endif