# HG changeset patch # User Jim Meyering # Date 977770318 0 # Node ID a76b9dec6ef8e544674593df69e368a87418c073 # Parent e086f34d85872813293c7cdfc357dcb195ace04a add omitted semicolon diff --git a/lib/hash.c b/lib/hash.c --- 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