]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/sbuck.c
Merge branch 'master' into dev-sizet
[libucw.git] / ucw / sorter / sbuck.c
index 7cedee9648e76d83780483dc63afd031c667b9fd..d996ef570c02ef4e2e854a8b87d7c5d4843969d1 100644 (file)
@@ -16,7 +16,7 @@
 #include <fcntl.h>
 
 void *
-sorter_alloc(struct sort_context *ctx, uns size)
+sorter_alloc(struct sort_context *ctx, uint size)
 {
   return mp_alloc_zero(ctx->pool, size);
 }