diff --git a/games/primes/pr_tbl.c b/games/primes/pr_tbl.c index 3aa5b961ae6c..dd02b85956cd 100644 --- a/games/primes/pr_tbl.c +++ b/games/primes/pr_tbl.c @@ -547,4 +547,4 @@ ubig prime[] = { }; /* pr_limit - largest prime in the prime table */ -unsigned long *pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1]; +ubig *pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1];