summaryrefslogtreecommitdiff
path: root/isgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-28 22:20:00 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-28 22:20:00 +0000
commit790805355a84025a1b11b853e23e11cdaafe4405 (patch)
treed033e75915ed2c24b9fa7ed6ab5008ddd4e610ba /isgps.c
parentf14399bf5af8b0dfaa0893549ccf100a63007b1c (diff)
downloadgpsd-790805355a84025a1b11b853e23e11cdaafe4405.tar.gz
Parity computation and splint cleanup.
Diffstat (limited to 'isgps.c')
-rw-r--r--isgps.c2
1 files changed, 1 insertions, 1 deletions
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