mirror of https://github.com/OpenTTD/OpenTTD
Cleanup: Fix comment for only one form (#9012)
parent
f9460c0c8b
commit
fdc8230dfa
|
@ -534,7 +534,7 @@ static int DeterminePluralForm(int64 count, int plural_form)
|
||||||
|
|
||||||
/* Only one form.
|
/* Only one form.
|
||||||
* Used in:
|
* Used in:
|
||||||
* Hungarian, Japanese, Korean, Turkish */
|
* Hungarian, Japanese, Turkish */
|
||||||
case 1:
|
case 1:
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue