X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fhashfunc.c;h=f51c84e8ec42b67f190a0a95c630e1ad7cfbdf4b;hb=cabef723285b3d2e61db2fd84440dca848d12888;hp=10c29abd67c3cdb7be34a294adfbb20d7820ce93;hpb=638afb438a73eee8efa9dc6179c3cd39572847cf;p=libucw.git diff --git a/lib/hashfunc.c b/lib/hashfunc.c index 10c29abd..f51c84e8 100644 --- a/lib/hashfunc.c +++ b/lib/hashfunc.c @@ -45,7 +45,7 @@ str_len_uns(uns x) uns a, i; byte *bytes; a = ~x & (x - sub) & and; - /* + /* * x_2 = x - 0x01010101; * x_3 = ~x & x_2; * a = x_3 & 0x80808080;