summaryrefslogtreecommitdiff
path: root/gpsmon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-10 00:37:46 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-10 00:37:46 -0500
commit79c9ef1c9a5455342300d24333b982cadd58815e (patch)
tree2b3c7fa3dba30bb1501f2b8f89523635e240a466 /gpsmon.c
parent038f7c549642d361443e133a0cbcdd89c7c3f24d (diff)
downloadgpsd-79c9ef1c9a5455342300d24333b982cadd58815e.tar.gz
Teach the client library about ppsbar...
...against the extremmely unlikely evebtuality of anything but gpsmon wanting to use it.
Diffstat (limited to 'gpsmon.c')
-rw-r--r--gpsmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsmon.c b/gpsmon.c
index 8174c8ae..2dbf65ef 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -856,7 +856,7 @@ static /*@observer@*/ char *pps_report(struct gps_device_t *session UNUSED,
/*@+type@*/
packet_log("#------------------------------------"
" PPS "
- "------------------------------------#\n");
+ "------------------------------------#");
return "gpsmon";
}
#endif /* PPS_ENABLE */