summaryrefslogtreecommitdiff
path: root/driver_superstar2.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_superstar2.c')
-rw-r--r--driver_superstar2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_superstar2.c b/driver_superstar2.c
index c28b849f..6e197d3c 100644
--- a/driver_superstar2.c
+++ b/driver_superstar2.c
@@ -289,7 +289,7 @@ superstar2_msg_measurement(struct gps_device_t *session, unsigned char *buf,
gpsd_log(&session->context->errout, LOG_PROG,
"superstar2 #23 - measurement block\n");
-
+
n = (int)getub(buf, 6); /* number of measurements */
if ((n < 1) || (n > MAXCHANNELS)) {
gpsd_log(&session->context->errout, LOG_INF,