aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--facebook/facebook-util.h2
1 files changed, 1 insertions, 1 deletions
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);