From 790805355a84025a1b11b853e23e11cdaafe4405 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 28 Jul 2005 22:20:00 +0000 Subject: Parity computation and splint cleanup. --- isgps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isgps.c') diff --git a/isgps.c b/isgps.c index f429503a..63e08808 100644 --- a/isgps.c +++ b/isgps.c @@ -98,7 +98,7 @@ static unsigned int reverse_bits[] = { }; /*@ -charint @*/ -static unsigned int isgps_parity(isgps30bits_t th) +unsigned int isgps_parity(isgps30bits_t th) { #define P_30_MASK 0x40000000u -- cgit v1.2.1