aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 21471f08ed..9fd07baa67 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -7428,7 +7428,7 @@ tmp_fld_check_assert(header_field_info *hfinfo)
if ((start_values[m].value == current->value) &&
(strcmp(start_values[m].strptr, current->strptr) != 0)) {
ws_g_warning("Field '%s' (%s) has a conflicting entry in its"
- " value_string: %u is at indices %u (%s) and %u (%s))\n",
+ " value_string: %u is at indices %u (%s) and %u (%s)\n",
hfinfo->name, hfinfo->abbrev,
current->value, m, start_values[m].strptr, n, current->strptr);
}