]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/mempool.h
Tableprinter: corrected INT64 -> S64
[libucw.git] / ucw / mempool.h
index 59ef22960e0df875f8beaec5f99b69dcaea406c7..f819a0f1e50a06c9af0ca8ea185029044bcad9ae 100644 (file)
@@ -72,7 +72,7 @@ struct mempool {
   struct mempool_state state;
   void *unused, *last_big;
   size_t chunk_size, threshold;
-  uns idx;
+  uint idx;
   u64 total_size;
 };