mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-21 12:39:47 +01: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