Fixed a couple of signed-unsigned comparisons.
[mmh] / sbr / fmt_compile.c
index 3a6202d..0147334 100644 (file)
@@ -981,7 +981,7 @@ fmt_appendcomp(int bucket, char *component, char *text)
 static void
 free_comptable(void)
 {
-    int i;
+    unsigned int i;
     struct comp *cm, *cm2;
 
     for (i = 0; i < sizeof(wantcomp)/sizeof(wantcomp[0]); i++) {