summaryrefslogtreecommitdiff
path: root/subframe.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-09-29 07:02:49 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-09-29 07:02:49 -0400
commit167ad11610484532ef3686fbfbb6d36e809e4212 (patch)
tree4c44227e9f8afd4c33009afaed906b8488d9ec5f /subframe.c
parentf628764ea400bb6e14342908ca595a0c91e5c5ab (diff)
downloadgpsd-167ad11610484532ef3686fbfbb6d36e809e4212.tar.gz
Cleanup after the big change.
The fact that this was necessary may indicate a build systenm issue that's leaving stale binaries in place.
Diffstat (limited to 'subframe.c')
-rw-r--r--subframe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/subframe.c b/subframe.c
index 9c50f552..25097428 100644
--- a/subframe.c
+++ b/subframe.c
@@ -89,7 +89,8 @@ gps_mask_t gpsd_interpret_subframe_raw(struct gps_device_t *session,
static void subframe_almanac(uint8_t tSVID, uint32_t words[],
uint8_t subframe, uint8_t sv,
uint8_t data_id,
- /*@out@*/struct almanac_t *almp, const debug)
+ /*@out@*/struct almanac_t *almp,
+ const int debug)
{
/*@+matchanyintegral -shiftimplementation@*/
almp->sv = sv; /* ignore the 0 sv problem for now */