From cb0260dab093eb39351dfb12aec947db69fd5792 Mon Sep 17 00:00:00 2001 From: Hal Murray Date: Mon, 1 Feb 2016 14:17:04 -0800 Subject: Fix minor typos. Signed-off-by: Gary E. Miller --- gpsmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsmon.c') diff --git a/gpsmon.c b/gpsmon.c index ead84d05..c3eb3bd5 100644 --- a/gpsmon.c +++ b/gpsmon.c @@ -779,7 +779,7 @@ static void gpsmon_hook(struct gps_device_t *device, gps_mask_t changed UNUSED) } (void)snprintf(buf, sizeof(buf), - "------------------- PPS offset: %.20s ------\n ", + "------------------- PPS offset: %.20s ------\n", timedelta_str); /* * In direct mode this would be a bad idea, but we're not actually -- cgit v1.2.1