]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toligatures.c
tableprinter: small comment update
[libucw.git] / charset / toligatures.c
index cdeb7cd23ed155a763db97a932cb1b3c6ea2b4e1..8cb5c0f0c35209ed162b5cb9fe9e5b9d55696bba 100644 (file)
@@ -12,7 +12,7 @@
 #include <charset/U-ligatures.h>
 
 const u16 *
-Uexpand_lig(uns x)
+Uexpand_lig(uint x)
 {
   return _U_lig_hash[x % LIG_HASH_SIZE];
 }