From 51f49a8ccf6727d5a04e18caf446f21d26f961ce Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 25 Dec 2000 18:51:58 +0000 Subject: [PATCH] add omitted semicolon --- lib/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hash.c b/lib/hash.c index 63af151a24..a94a5495a1 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -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 -- 2.30.2