memmem: slight optimization
[pspp] / lib / gen-uni-tables.c
index 502b9ff5fbae253798c1e5b99f1b1bee0b50d3fa..8080b1f267e1d3007c0b03b87b53500c503b8740 100644 (file)
@@ -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++;