aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
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
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')
-rw-r--r--engines/glk/tads/tads2/error.cpp2
-rw-r--r--engines/glk/tads/tads2/error_handling.cpp2
2 files changed, 2 insertions, 2 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 */
diff --git a/engines/glk/tads/tads2/error_handling.cpp b/engines/glk/tads/tads2/error_handling.cpp
index 86b307724d..5f7267408f 100644
--- a/engines/glk/tads/tads2/error_handling.cpp
+++ b/engines/glk/tads/tads2/error_handling.cpp
@@ -137,7 +137,7 @@ int errfmt(char *outbuf, int outbufl, char *fmt, int argc, erradef *argv)
}
#if defined(DEBUG) && !defined(ERR_NO_MACRO)
-#error longjmp isn't supported in ScummVM
+#error longjmp unsupported in ScummVM
#endif /* DEBUG */