X-Git-Url: http://git.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=parse.c;fp=parse.c;h=40645c58f396e3d6171a9e2a35a4a83252419dd1;hp=499c32ea17d496ba1c63f644c7f1d7eac823ec2f;hb=165b444131453d63fc78c1d86f23c3ca36a2ffd7;hpb=66264ed9ec9e13321798061782b255ecb4dd64c2 diff --git a/parse.c b/parse.c index 499c32e..40645c5 100644 --- a/parse.c +++ b/parse.c @@ -83,7 +83,7 @@ static uint32_t hash_murmur2(uint32_t h, const void * key, int len) /* fall through */ case 1: h ^= data[0]; h *= m; - }; + } h ^= h >> 13; h *= m;