src/strgen/strgen.cpp
branch0.6
changeset 9353 1127b484af20
parent 8760 ce0891c412ce
child 9308 1c10406373f5
--- a/src/strgen/strgen.cpp	Fri Mar 28 11:51:58 2008 +0000
+++ b/src/strgen/strgen.cpp	Fri Mar 28 19:01:57 2008 +0000
@@ -103,7 +103,7 @@
 static int _numcases;
 
 // for each plural value, this is the number of plural forms.
-static const byte _plural_form_counts[] = { 2, 1, 2, 3, 3, 3, 3, 3, 4 };
+static const byte _plural_form_counts[] = { 2, 1, 2, 3, 3, 3, 3, 3, 4, 2 };
 
 static const char *_cur_ident;