summaryrefslogtreecommitdiff
path: root/monitor_superstar2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-06 19:02:35 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-06 19:02:35 +0000
commit877cd814cdef7fad0ecb0ae453a9a3970f8c1b7b (patch)
tree8522aedb7136a9f4b4f4e897912a57e4ae089338 /monitor_superstar2.c
parent3f1145637e2cd29c49b3bc1bc3ea62478b390137 (diff)
downloadgpsd-877cd814cdef7fad0ecb0ae453a9a3970f8c1b7b.tar.gz
Partial splint cleanup, and a fix for a real bug splint caught...
(reference to wrong variable).
Diffstat (limited to 'monitor_superstar2.c')
-rw-r--r--monitor_superstar2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_superstar2.c b/monitor_superstar2.c
index 23a973bd..79714456 100644
--- a/monitor_superstar2.c
+++ b/monitor_superstar2.c
@@ -48,7 +48,7 @@ static bool superstar2_initialize(void)
static void display_superstar2_svinfo(unsigned char *buf, size_t data_len)
{
- unsigned char i;
+ int i;
if (data_len != 67)
return;