From 0b5eebec7ad0f8d731ddc70b68c902d3f795c6f1 Mon Sep 17 00:00:00 2001 From: jgeboski Date: Sat, 17 Jan 2015 06:24:24 -0500 Subject: facebook-util: fixed non-debug compilation from missing valist --- facebook/facebook-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'facebook') diff --git a/facebook/facebook-util.h b/facebook/facebook-util.h index f1fda54..9bfb04f 100644 --- a/facebook/facebook-util.h +++ b/facebook/facebook-util.h @@ -48,7 +48,7 @@ gboolean fb_util_debugging(void); void fb_util_hexdump(const GByteArray *bytes, guint indent, const gchar *fmt, ...); #else /* DEBUG_FACEBOOK */ -#define fb_util_hexdump(bs, d, i) +#define fb_util_hexdump(bs, i, f, ...) #endif /* DEBUG_FACEBOOK */ gboolean fb_util_str_iequal(const gchar *s1, const gchar *s2); -- cgit v1.2.3