aboutsummaryrefslogtreecommitdiffstats
path: root/echld
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-06 21:31:43 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-07 04:32:11 +0000
commit9dfb3e7b46461bed36ba35a96d800f91288305ba (patch)
tree6509e94f89dec3a93851376fccc11cb3d2aa67d0 /echld
parenteea2e156384f74320deb3f71bb22883d70de7681 (diff)
Wrong macro.
Change-Id: I2e0e7c1a30c9fc2d5af7cbd53dae26ad9a619e71 Reviewed-on: https://code.wireshark.org/review/2908 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'echld')
-rw-r--r--echld/echld.h2
1 files changed, 1 insertions, 1 deletions
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 */