aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-11-16 15:20:33 +0000
committerBill Meier <wmeier@newsguy.com>2010-11-16 15:20:33 +0000
commit491f05b16e89754a05a8dd50b2232b2474847926 (patch)
tree9853f7fa74e96a74045ca9b2f4fdc797c96375a7 /epan/dissectors/packet-ansi_map.h
parent58d018e21a846d589dce4ffcbad4bb58ed6d05f8 (diff)
Use value_string_ext fcns to access several value_string arrays;
Minor whitespace cleanup. svn path=/trunk/; revision=34900
Diffstat (limited to 'epan/dissectors/packet-ansi_map.h')
-rw-r--r--epan/dissectors/packet-ansi_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ansi_map.h b/epan/dissectors/packet-ansi_map.h
index af25f1ca22..18674eb709 100644
--- a/epan/dissectors/packet-ansi_map.h
+++ b/epan/dissectors/packet-ansi_map.h
@@ -44,7 +44,7 @@ typedef struct _ansi_map_tap_rec_t {
/*
* the following allows TAP code access to the messages
- * without having to duplicate it. With MSVC and a
+ * without having to duplicate it. With MSVC and a
* libwireshark.dll, we need a special declaration.
*/
WS_VAR_IMPORT const value_string ansi_map_opr_code_strings[];