From 2081752d42cbbef85494f8e86337031c7b227795 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 5 May 2010 05:20:45 -0400 Subject: Stop trying to special-case terminating whitespace in gpsd_report(). --- driver_superstar2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_superstar2.c') 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); -- cgit v1.2.1