aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/tads
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-29 22:10:06 -0700
committerPaul Gilbert2019-07-29 22:10:06 -0700
commit041132f5f6fc5ae5977f0d6916f54533df745a50 (patch)
tree96e1c2c8be4392d21c97f97fb2827a660ede3853 /engines/glk/tads
parent97d4a60cfb635f59c2e35e144ce3337046f84977 (diff)
downloadscummvm-rg350-041132f5f6fc5ae5977f0d6916f54533df745a50.tar.gz
scummvm-rg350-041132f5f6fc5ae5977f0d6916f54533df745a50.tar.bz2
scummvm-rg350-041132f5f6fc5ae5977f0d6916f54533df745a50.zip
GLK: Fix illegal characters in detection entries
Diffstat (limited to 'engines/glk/tads')
-rw-r--r--engines/glk/tads/detection_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/tads/detection_tables.h b/engines/glk/tads/detection_tables.h
index 807be79360..e89529c4f7 100644
--- a/engines/glk/tads/detection_tables.h
+++ b/engines/glk/tads/detection_tables.h
@@ -256,7 +256,7 @@ const PlainGameDescriptor TADS3_GAME_LIST[] = {
{ "exoter", "Exoter" },
// German games
- { "pionierin", "Die Pionierin und die Tragödie des telematischen Typewriters" },
+ { "pionierin", "Die Pionierin und die Tragodie des telematischen Typewriters" },
// Italian games
{ "remerook", "La missione di Kyle Remerook" },