changeset 3076:a76b9dec6ef8

add omitted semicolon
author Jim Meyering <jim@meyering.net>
date Mon, 25 Dec 2000 18:51:58 +0000
parents e086f34d8587
children d2a1015ac4f9
files lib/hash.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -423,7 +423,7 @@
       divisor++;
     }
 
-  return (candidate % divisor ? true : false)
+  return (candidate % divisor ? true : false);
 }
 
 /* Round a given CANDIDATE number up to the nearest prime, and return that