summaryrefslogtreecommitdiff
path: root/monitor_sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-03 08:22:34 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-03 08:23:23 -0500
commit938d271e688decf266675c8b640a71ab967af4d5 (patch)
tree6b6a1e275b908894de1f0863dcb14613f8ee142a /monitor_sirf.c
parent49e4973241842e690a6189ba02166c05e07aa796 (diff)
downloadgpsd-938d271e688decf266675c8b640a71ab967af4d5.tar.gz
Partial splint and warning cleanup. All regression tests pass.
Diffstat (limited to 'monitor_sirf.c')
-rw-r--r--monitor_sirf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_sirf.c b/monitor_sirf.c
index e29c3cdb..4511ed6e 100644
--- a/monitor_sirf.c
+++ b/monitor_sirf.c
@@ -526,9 +526,9 @@ static void sirf_update(void)
total 3 x 12 = 36 bytes
******************************************************************/
dgps = getub(buf, 1);
+ /*@ -type @*/
display(mid27win, 1, 1, "%8s = ",
(CHECK_RANGE(dgpsvec, dgps) ? dgpsvec[dgps] : "???"));
- /*@ -type @*/
(void)wmove(mid27win, 1, 12);
for (i = 0; i < MAXSATS; i++)
if (getub(buf, 16 + 3 * i) != '\0')