summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Fisher <sfisher@sdf.org>2014-12-18 21:16:16 -0700
committerStephen Fisher <sfisher@sdf.org>2014-12-19 04:17:19 +0000
commitd3a4d926d00dd5a89ff3b6d8dd08aeea0dd618a5 (patch)
tree01c0f47b64af010b2e61a4426f793470e431847c
parent23987b4ba57e3e420aeea136531ab4e683ed7578 (diff)
downloadwireshark-d3a4d926d00dd5a89ff3b6d8dd08aeea0dd618a5.tar.gz
Put a colon after the error message and before the field the error
is referring to for clarity. Change-Id: I7930e851647c847335b91435c7b0871c6db2defe Reviewed-on: https://code.wireshark.org/review/5847 Reviewed-by: Stephen Fisher <sfisher@sdf.org>
-rwxr-xr-xtools/process-x11-xcb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/process-x11-xcb.pl b/tools/process-x11-xcb.pl
index df1d2f4acf..71951b399c 100755
--- a/tools/process-x11-xcb.pl
+++ b/tools/process-x11-xcb.pl
@@ -1000,7 +1000,7 @@ sub struct {
}
}
when ('field') { }
- default { die("unrecognized field $_\n"); }
+ default { die("unrecognized field: $_\n"); }
}
my $type = $e->att('type');