Commit f141dde5 authored by Matthew Sakai's avatar Matthew Sakai Committed by Mike Snitzer
parent 39cd87c4
...@@ -137,7 +137,7 @@ void murmurhash3_128(const void *key, const int len, const u32 seed, void *out) ...@@ -137,7 +137,7 @@ void murmurhash3_128(const void *key, const int len, const u32 seed, void *out)
break; break;
default: default:
break; break;
}; }
} }
/* finalization */ /* finalization */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment