aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-24 18:12:00 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-24 18:12:00 +0000
commitac845e4d832fa4aae6901c3bcb91440c839512c1 (patch)
tree3470154f27afaceab2b8e7e5fc2759da0f79c057 /epan/expert.h
parent5e86cb9bf459c072577152f649aa9ef85faf4b0d (diff)
expert_add_info_format_text(): use the correct argument numbers in G_GNUC_PRINTF().
svn path=/trunk/; revision=49562
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/expert.h b/epan/expert.h
index 86676a1450..5feb28609c 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -160,8 +160,8 @@ expert_add_info_format(packet_info *pinfo, proto_item *pi, int group,
@param format Printf-style format string for additional arguments
*/
WS_DLL_PUBLIC void
-expert_add_info_format_text(packet_info *pinfo, proto_item *pi, expert_field* eiindex,
- const char *format, ...) G_GNUC_PRINTF(5, 6);
+expert_add_info_format_text(packet_info *pinfo, proto_item *pi, expert_field *eiindex,
+ const char *format, ...) G_GNUC_PRINTF(4, 5);
/*
* Register that a protocol has expert info.