X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fwordsplit.c;h=fe657fc729387b0ce623b395f18e86f235caf442;hb=86220fcbc5f0c7c17416719103a1eecbfa020db1;hp=eea9476230166816e39b152ec79d8925df7593d7;hpb=b65c2563a8a425593f91dfcb82ede8cf53fec6cd;p=libucw.git diff --git a/lib/wordsplit.c b/lib/wordsplit.c index eea94762..fe657fc7 100644 --- a/lib/wordsplit.c +++ b/lib/wordsplit.c @@ -12,7 +12,7 @@ int wordsplit(byte *src, byte **dst, uns max) { - int cnt = 0; + uns cnt = 0; for(;;) {