]> mj.ucw.cz Git - libucw.git/blobdiff - xml/common.c
XTypes: Fixed dump of configuration.
[libucw.git] / xml / common.c
index bd95b7ea86041acc4e3b3d1ac6f856b26e88204b..89b848cfcf8404217a7e99eea9ce66b0a1893d5f 100644 (file)
@@ -76,7 +76,7 @@ xml_fatal(struct xml_context *ctx, const char *format, ...)
 /*** Memory management ***/
 
 void *
-xml_hash_new(struct mempool *pool, uns size)
+xml_hash_new(struct mempool *pool, uint size)
 {
   void *tab = mp_alloc_zero(pool, size + XML_HASH_HDR_SIZE);
   *(void **)tab = pool;