From 167ad11610484532ef3686fbfbb6d36e809e4212 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 29 Sep 2013 07:02:49 -0400 Subject: Cleanup after the big change. The fact that this was necessary may indicate a build systenm issue that's leaving stale binaries in place. --- gpsd.h-tail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsd.h-tail') diff --git a/gpsd.h-tail b/gpsd.h-tail index f5dac310..7bf8fc55 100644 --- a/gpsd.h-tail +++ b/gpsd.h-tail @@ -844,7 +844,7 @@ extern void libgps_dump_state(struct gps_data_t *); #endif /* LIBGPS_DEBUG */ void gpsd_labeled_report(const int, const int, - const char *, const char *, va_list) + const char *, const char *, va_list); # if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) __attribute__((__format__(__printf__, 3, 4))) void gpsd_report(const int, const int, const char *, ...); # else /* not a new enough GCC, use the unprotected prototype */ -- cgit v1.2.1