mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
SWORD1: Silence warning on potential typo
warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma?
This commit is contained in:
parent
af1eca20ff
commit
2a0ba8954c
@ -3353,7 +3353,7 @@ const uint8 Control::_polishTranslationLanguageStrings[20][43] = {
|
||||
"Nowa gra", // "Restart",
|
||||
"Start", // "Start",
|
||||
"Wyjd\xBC", // "Quit",
|
||||
"Pr\xEA""dko\xB6\xE6", // "Speed", the double pair of "" is to avoid escaping the d after \xEA
|
||||
("Pr\xEA""dko\xB6\xE6"), // "Speed", the double pair of "" is to avoid escaping the d after \xEA
|
||||
"G\xB3o\xB6no\xB6\xE6", // "Volume",
|
||||
"Napisy", // "Text",
|
||||
"Gotowe", // "Done",
|
||||
|
Loading…
Reference in New Issue
Block a user