aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/adrift/scprotos.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-09-26 18:51:00 -0700
committerPaul Gilbert2019-09-26 18:51:00 -0700
commitb9d35631587f9a2cf70ae4bb75ffe3f4b6ba915c (patch)
tree924d14b276dfd9604f527c4bbdd5931bf10fa83b /engines/glk/adrift/scprotos.h
parentb19fb671d6080de4e10457bb97335bbeac09c02a (diff)
downloadscummvm-rg350-b9d35631587f9a2cf70ae4bb75ffe3f4b6ba915c.tar.gz
scummvm-rg350-b9d35631587f9a2cf70ae4bb75ffe3f4b6ba915c.tar.bz2
scummvm-rg350-b9d35631587f9a2cf70ae4bb75ffe3f4b6ba915c.zip
GLK: ADRIFT: Compilation fix
Diffstat (limited to 'engines/glk/adrift/scprotos.h')
-rw-r--r--engines/glk/adrift/scprotos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/adrift/scprotos.h b/engines/glk/adrift/scprotos.h
index 6fd383cba8..5d39c54409 100644
--- a/engines/glk/adrift/scprotos.h
+++ b/engines/glk/adrift/scprotos.h
@@ -101,7 +101,7 @@ enum {
TAF_VERSION_500 = 500,
TAF_VERSION_400 = 400,
TAF_VERSION_390 = 390,
- TAF_VERSION_380 = 380,
+ TAF_VERSION_380 = 380
};
typedef struct sc_taf_s *sc_tafref_t;