summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2002-02-21 17:33:56 +0000
committerBill Fumerola <billf@FreeBSD.org>2002-02-21 17:33:56 +0000
commita30946043b97738b114d521f48c7ebaf8b02c6aa (patch)
tree1eb998adc810aeaa28e9b874dffe61fc75e33236
parentcebcee2e9e71b2fa41a5e8dfa3df28a9d7cfc0da (diff)
Notes
-rw-r--r--games/primes/pr_tbl.c2
1 files changed, 1 insertions, 1 deletions
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];