From 9dfb3e7b46461bed36ba35a96d800f91288305ba Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 6 Jul 2014 21:31:43 -0700 Subject: Wrong macro. Change-Id: I2e0e7c1a30c9fc2d5af7cbd53dae26ad9a619e71 Reviewed-on: https://code.wireshark.org/review/2908 Reviewed-by: Guy Harris --- echld/echld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echld/echld.h b/echld/echld.h index 5c224a088b..50b541439b 100644 --- a/echld/echld.h +++ b/echld/echld.h @@ -190,7 +190,7 @@ WS_DLL_PUBLIC enc_msg_t* echld_new_child_params_merge(enc_msg_t*, enc_msg_t*); /* truncate takes off last N chars from the last item's fmt or prefix on empty */ WS_DLL_PUBLIC char* echld_new_child_params_str(enc_msg_t* em, const char* prefix, const char* postfix, int truncate, const char* fmt) - G_GNUC_FORMAT(5, 0); + G_GNUC_PRINTF(5, 0); /* create a new worker process */ -- cgit v1.2.1