summaryrefslogtreecommitdiff
path: root/src/lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lang.c')
-rw-r--r--src/lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang.c b/src/lang.c
index d297f9f4..f12c7bba 100644
--- a/src/lang.c
+++ b/src/lang.c
@@ -54,7 +54,7 @@ static void load_Lang_(iLang *d, const char *id) {
54 iUnused(id); 54 iUnused(id);
55 const iBlock *data = equal_CStr(id, "fi") ? &blobFi_Embedded 55 const iBlock *data = equal_CStr(id, "fi") ? &blobFi_Embedded
56 : equal_CStr(id, "ru") ? &blobRu_Embedded 56 : equal_CStr(id, "ru") ? &blobRu_Embedded
57 : equal_CStr(id, "de") ? &blobDe_Embedded 57// : equal_CStr(id, "de") ? &blobDe_Embedded
58 : equal_CStr(id, "zh_Hans") ? &blobZh_Hans_Embedded 58 : equal_CStr(id, "zh_Hans") ? &blobZh_Hans_Embedded
59 : &blobEn_Embedded; 59 : &blobEn_Embedded;
60 if (data == &blobRu_Embedded) { 60 if (data == &blobRu_Embedded) {