hash: fix safe_hasher const typo
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Sep 2010 19:51:40 +0000 (12:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Sep 2010 19:51:59 +0000 (12:51 -0700)
commit0fd6a77ff26f7b9ded8fcfa97c572423632854d4
treedcfff2b50af4da09289a24d6c2d77bdeb9d155c0
parent132c58b713b628b98e0e5492a40cc16abe8f16ec
hash: fix safe_hasher const typo

* lib/hash.c (safe_hasher): Result is pointer, not pointer to
const; otherwise, there is a type error later.
ChangeLog
lib/hash.c