aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan3/msg.h')
-rw-r--r--engines/glk/alan3/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/msg.h b/engines/glk/alan3/msg.h
index 9f445329ca..5b2f8d6912 100644
--- a/engines/glk/alan3/msg.h
+++ b/engines/glk/alan3/msg.h
@@ -32,7 +32,7 @@ namespace Alan3 {
/* TYPES */
typedef struct MessageEntry { /* MESSAGE TABLE */
- Aaddr stms; /* Address to statements*/
+ Aaddr stms; /* Address to statements*/
} MessageEntry;