aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glulxe
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/glulxe
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/glulxe')
-rw-r--r--engines/glk/glulxe/detection_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/glulxe/detection_tables.h b/engines/glk/glulxe/detection_tables.h
index de8f5a77bb..9ba9e3aac6 100644
--- a/engines/glk/glulxe/detection_tables.h
+++ b/engines/glk/glulxe/detection_tables.h
@@ -292,7 +292,7 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
// Spanish games
{ "alienlaaventura", "ALIEN: La Aventura" },
{ "conrumbo", "Con Rumbo" },
- { "elultimohogarglulx", "Misterio en el Último Hogar" },
+ { "elultimohogarglulx", "Misterio en el Ultimo Hogar" },
{ "hhorcusglulx", "Homo Homini Orcus" },
{ "kerulenglulx", "Ke rulen los petas" },
{ "lanochedelensayo", "La Noche del Ensayo" },