Charmap work
[idzebra-moved-to-github.git] / index / invstat.c
index 6cfeab9..75ff272 100644 (file)
@@ -4,7 +4,13 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: invstat.c,v $
- * Revision 1.1  1996-05-14 14:04:34  adam
+ * Revision 1.3  1996-06-04 10:18:58  adam
+ * Minor changes - removed include of ctype.h.
+ *
+ * Revision 1.2  1996/05/22  08:25:56  adam
+ * Minor change.
+ *
+ * Revision 1.1  1996/05/14 14:04:34  adam
  * In zebraidx, the 'stat' command is improved. Statistics about ISAM/DICT
  * is collected.
  *
@@ -12,7 +18,6 @@
 #include <stdio.h>
 #include <assert.h>
 #include <string.h>
-#include <ctype.h>
 
 #include "index.h"
 #include "recindex.h"
@@ -125,6 +130,6 @@ void inv_prstat (const char *dict_fname, const char *isam_fname)
                  prev, here, stat_info.isam_occurrences[i]);
         prev = here+1;
     }
-    fprintf (stderr, "%7d-         %7d\n",
+    fprintf (stderr, "%7d-        %7d\n",
              prev, stat_info.isam_occurrences[i]);
 }