aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/class.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan3/class.cpp')
-rw-r--r--engines/glk/alan3/class.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/class.cpp b/engines/glk/alan3/class.cpp
index b23d8ac3f4..12d7d434f9 100644
--- a/engines/glk/alan3/class.cpp
+++ b/engines/glk/alan3/class.cpp
@@ -31,7 +31,7 @@ ClassEntry *classes; /* Class table pointer */
/*======================================================================*/
char *idOfClass(int theClass) {
- return (char *)pointerTo(classes[theClass].id);
+ return (char *)pointerTo(classes[theClass].id);
}
} // End of namespace Alan3