aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads/tads2/error.cpp
diff options
context:
space:
mode:
authorD G Turner2019-09-27 00:47:54 +0100
committerD G Turner2019-09-27 00:47:54 +0100
commitd2452ecf95d5be8e960635f1c833d6664322fc88 (patch)
tree460fcaa434a2b4ceecb30e66c4303456482b0bda /engines/glk/tads/tads2/error.cpp
parent13b2a4e4227f84eb9b21e05a012f5550f2caf7a0 (diff)
downloadscummvm-rg350-d2452ecf95d5be8e960635f1c833d6664322fc88.tar.gz
scummvm-rg350-d2452ecf95d5be8e960635f1c833d6664322fc88.tar.bz2
scummvm-rg350-d2452ecf95d5be8e960635f1c833d6664322fc88.zip
GLK: TADS: Fix GCC Compiler Warnings
The warnings were due to unmatched quote characters.
Diffstat (limited to 'engines/glk/tads/tads2/error.cpp')
-rw-r--r--engines/glk/tads/tads2/error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/tads/tads2/error.cpp b/engines/glk/tads/tads2/error.cpp
index 5ce0e10b09..731341f806 100644
--- a/engines/glk/tads/tads2/error.cpp
+++ b/engines/glk/tads/tads2/error.cpp
@@ -162,7 +162,7 @@ int errfmt(char *outbuf, int outbufl, const char *fmt, int argc, const erradef *
}
#ifdef DEBUG
-#error lonjump isn't supported in ScummVM
+#error longjump unsupported in ScummVM
#endif /* DEBUG */