summaryrefslogtreecommitdiff
path: root/gpsmon.c
diff options
context:
space:
mode:
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 cb0c0f67..106f3a1c 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -329,7 +329,7 @@ static void gpsmon_report(const char *buf)
#ifdef PPS_ENABLE
/*@-compdef@*/
-static void packet_vlog(/*@out@*/char *buf, size_t len, const char *fmt, va_list ap)
+static void packet_vlog(char *buf, size_t len, const char *fmt, va_list ap)
{
char buf2[BUFSIZ];