aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/glk/alan2/exe.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/glk/alan2/exe.cpp b/engines/glk/alan2/exe.cpp
index 1abe60355e..38f1c489a6 100644
--- a/engines/glk/alan2/exe.cpp
+++ b/engines/glk/alan2/exe.cpp
@@ -266,9 +266,9 @@ static Aptr getatr(
*/
static void setatr(
- Aaddr atradr, /* IN - ACODE address to attribute table */
- Aword atr, /* IN - attribute code */
- Aword val /* IN - new value */
+ Aaddr atradr, /* IN - ACODE address to attribute table */
+ Aword atr, /* IN - attribute code */
+ Aword val /* IN - new value */
) {
AtrElem *at;