mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
Cleanup: Fix comment for only one form (#9012)
This commit is contained in:
parent
f9460c0c8b
commit
fdc8230dfa
@ -534,7 +534,7 @@ static int DeterminePluralForm(int64 count, int plural_form)
|
||||
|
||||
/* Only one form.
|
||||
* Used in:
|
||||
* Hungarian, Japanese, Korean, Turkish */
|
||||
* Hungarian, Japanese, Turkish */
|
||||
case 1:
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user