aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-07-08 12:55:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-07-08 12:55:03 +0000
commit7f90713b6ea3e837fee86bae83105b87c88e1cb2 (patch)
treeaf395f489060074325dc0a214ddcc1172bb1dd11 /epan/dissectors/packet-xml.h
parentab2eaa10010861290f70c4c808fb9a98edde6411 (diff)
from Tarjei Knapstad.
Minor cleanups in packet-xml dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4987 svn path=/trunk/; revision=33475
Diffstat (limited to 'epan/dissectors/packet-xml.h')
-rw-r--r--epan/dissectors/packet-xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-xml.h b/epan/dissectors/packet-xml.h
index 11e7d5902e..7bedc9b100 100644
--- a/epan/dissectors/packet-xml.h
+++ b/epan/dissectors/packet-xml.h
@@ -64,7 +64,7 @@ typedef struct _xml_ns_t {
typedef struct _xml_frame_t {
int type;
struct _xml_frame_t* parent;
- struct _xml_frame_t* firts_child;
+ struct _xml_frame_t* first_child;
struct _xml_frame_t* last_child;
struct _xml_frame_t* prev_sibling;
struct _xml_frame_t* next_sibling;