From f9ee08610ac5f66441ddc972f403ca28c7d943d0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Apr 2019 22:05:11 +1000 Subject: Cleanup: comments (long lines) in misc libraries --- source/blender/blenlib/intern/hash_mm2a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/hash_mm2a.c b/source/blender/blenlib/intern/hash_mm2a.c index 32b6e1a5465..0899491cd0d 100644 --- a/source/blender/blenlib/intern/hash_mm2a.c +++ b/source/blender/blenlib/intern/hash_mm2a.c @@ -25,7 +25,7 @@ * See also: * reference implementation: * - https://smhasher.googlecode.com/svn-history/r130/trunk/MurmurHash2.cpp - * - http://programmers.stackexchange.com/questions/49550/which-hashing-algorithm-is-best-for-uniqueness-and-speed + * - http://programmers.stackexchange.com/questions/49550 * * \warning Do not store that hash in files or such, it is not endian-agnostic, * so you should only use it for temporary data. -- cgit v1.2.3