X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgen-uni-tables.c;h=8080b1f267e1d3007c0b03b87b53500c503b8740;hb=de6abddc83cd9af7a0cc73d93acbc015432612f2;hp=467fa5506228c0f8e6a1e01acdc8e387b10ae95d;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/lib/gen-uni-tables.c b/lib/gen-uni-tables.c index 467fa5506..8080b1f26 100644 --- a/lib/gen-uni-tables.c +++ b/lib/gen-uni-tables.c @@ -1,7 +1,7 @@ /* Generate Unicode conforming character classification tables and line break properties tables and word break property tables and decomposition/composition and case mapping tables from a UnicodeData file. - Copyright (C) 2000-2002, 2004, 2007-2009 Free Software Foundation, Inc. + Copyright (C) 2000-2002, 2004, 2007-2010 Free Software Foundation, Inc. Written by Bruno Haible , 2000-2002. This program is free software: you can redistribute it and/or modify @@ -210,7 +210,7 @@ fill_attributes (const char *unicodedata_filename) i = strtoul (field0, NULL, 16); if (field1[0] == '<' && strlen (field1) >= 9 - && strcmp (field1 + strlen(field1) - 8, ", First>") == 0) + && strcmp (field1 + strlen (field1) - 8, ", First>") == 0) { /* Deal with a range. */ lineno++;