summaryrefslogtreecommitdiffstats
path: root/lib/libypclnt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libypclnt')
-rw-r--r--lib/libypclnt/ypclnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libypclnt/ypclnt.h b/lib/libypclnt/ypclnt.h
index 476981c..16efd97 100644
--- a/lib/libypclnt/ypclnt.h
+++ b/lib/libypclnt/ypclnt.h
@@ -56,7 +56,7 @@ int ypclnt_passwd(ypclnt_t *, const struct passwd *, const char *);
#if defined(DEBUG) && defined(__GNUC__)
#define YPCLNT_DEBUG(fmt...) warnx(__FUNCTION__ ": " fmt, ##fmt)
#else
-#define YPCLNT_DEBUG(fmt...)
+#define YPCLNT_DEBUG(...)
#endif
#endif
OpenPOWER on IntegriCloud