summaryrefslogtreecommitdiff
path: root/driver_superstar2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-05-05 05:20:45 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-05-05 05:20:45 -0400
commit2081752d42cbbef85494f8e86337031c7b227795 (patch)
treedd3f151696a5bcd3992c054e578b53b0cdb0573c /driver_superstar2.c
parentf574ec49f88869541f7b9e265ec7abd5e6aaec1e (diff)
downloadgpsd-2081752d42cbbef85494f8e86337031c7b227795.tar.gz
Stop trying to special-case terminating whitespace in gpsd_report().
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 0ebd8df3..b241ff29 100644
--- a/driver_superstar2.c
+++ b/driver_superstar2.c
@@ -176,7 +176,7 @@ superstar2_msg_svinfo(struct gps_device_t *session,
if (data_len != 67)
return 0;
- gpsd_report(LOG_PROG, "superstar2 #33 - satellite data");
+ gpsd_report(LOG_PROG, "superstar2 #33 - satellite data\n");
nchan = 12;
gpsd_zero_satellites(&session->gpsdata);