X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fhash.c;h=802a34ed4c803bf8d7095e5d76489e3a2501bea5;hb=702f288a1c0d2053385edfe9a47ed0e184a9f1fe;hp=63af151a242b12195ffd0bf4a09d3cbee8db7f73;hpb=71b2adb407c4c06df88dbb0abec923d45ff8da01;p=gnulib.git diff --git a/lib/hash.c b/lib/hash.c index 63af151a2..802a34ed4 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -1,5 +1,5 @@ /* hash - hashing table processing. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Written by Jim Meyering, 1992. This program is free software; you can redistribute it and/or modify @@ -423,7 +423,7 @@ is_prime (unsigned long candidate) divisor++; } - return (candidate % divisor ? true : false) + return (candidate % divisor ? true : false); } /* Round a given CANDIDATE number up to the nearest prime, and return that