summaryrefslogtreecommitdiff
path: root/apps/language.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/language.c')
-rw-r--r--apps/language.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/language.c b/apps/language.c
index 8f7b3ac47b..14fc7f1742 100644
--- a/apps/language.c
+++ b/apps/language.c
@@ -60,7 +60,7 @@ int lang_load(const char *filename)
60 id = (ptr[0]<<8) | ptr[1]; /* get two-byte id */ 60 id = (ptr[0]<<8) | ptr[1]; /* get two-byte id */
61 ptr+=2; /* pass the id */ 61 ptr+=2; /* pass the id */
62 if(id < LANG_LAST_INDEX_IN_ARRAY) { 62 if(id < LANG_LAST_INDEX_IN_ARRAY) {
63#ifdef SIMULATOR 63#if 0
64 printf("%2x New: %30s ", id, ptr); 64 printf("%2x New: %30s ", id, ptr);
65 printf("Replaces: %s\n", language_strings[id]); 65 printf("Replaces: %s\n", language_strings[id]);
66#endif 66#endif