X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fwordsplit.c;h=70984ab58fbe68e02bc7d90ead4828fb53745cf9;hb=9e39fe7af3726bf00324c7d0e758908b2ebe9e77;hp=d13f21087792fe8774a56be483dafdc678635924;hpb=cad27e97e6370f96903d42aaf345c099af0a03bd;p=libucw.git diff --git a/lib/wordsplit.c b/lib/wordsplit.c index d13f2108..70984ab5 100644 --- a/lib/wordsplit.c +++ b/lib/wordsplit.c @@ -14,7 +14,7 @@ #include int -sepsplit(byte *str, byte sep, byte **rec, uns max) +sepsplit(byte *str, uns sep, byte **rec, uns max) { uns cnt = 0; while (1)