summaryrefslogtreecommitdiff
path: root/tools/convert_proto_tree_add_text.pl
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-07-24 20:16:44 +0000
committerMichael Mann <mmann78@netscape.net>2013-07-24 20:16:44 +0000
commitc5ab45f6784f154dd7e94936edc3290bc6b1e377 (patch)
tree7f8694d11c7b4d6e4d5bf25c2e5977a778938a5f /tools/convert_proto_tree_add_text.pl
parente8d6b0581b5a03a4ab8f638a01be45e71c979d9f (diff)
downloadwireshark-c5ab45f6784f154dd7e94936edc3290bc6b1e377.tar.gz
fix "compile" error
svn path=/trunk/; revision=50874
Diffstat (limited to 'tools/convert_proto_tree_add_text.pl')
-rwxr-xr-xtools/convert_proto_tree_add_text.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/convert_proto_tree_add_text.pl b/tools/convert_proto_tree_add_text.pl
index f70fc747b0..25b3332a89 100755
--- a/tools/convert_proto_tree_add_text.pl
+++ b/tools/convert_proto_tree_add_text.pl
@@ -150,7 +150,7 @@ sub usage {
print " find-all - Output the number of eligible proto_tree_add_text calls\n";
print " for conversion\n\n";
print " --expert (Optional) Includes proto_tree_add_text calls with no printf arguments in\n";
- print " the .proto_tree_input file as they could be converted to expert info\n"
+ print " the .proto_tree_input file as they could be converted to expert info\n";
print " (otherwise they are ignored)\n";
print " Must be called for 'fix-all' if called on 'generate'\n";
print " --encoding (Optional) Default encoding if one can't be determined\n";