X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Ftoligatures.c;h=8cb5c0f0c35209ed162b5cb9fe9e5b9d55696bba;hb=1e5ae8a779b693d8023ce9821b839f29e210d9e8;hp=cdeb7cd23ed155a763db97a932cb1b3c6ea2b4e1;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/charset/toligatures.c b/charset/toligatures.c index cdeb7cd2..8cb5c0f0 100644 --- a/charset/toligatures.c +++ b/charset/toligatures.c @@ -12,7 +12,7 @@ #include const u16 * -Uexpand_lig(uns x) +Uexpand_lig(uint x) { return _U_lig_hash[x % LIG_HASH_SIZE]; }