summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-07-28 00:11:30 +0000
committerMichael Mann <mmann78@netscape.net>2013-07-28 00:11:30 +0000
commitf3dac73d38fdf8ccf641171691696e7cbb6ecfc7 (patch)
tree06e95f844e86e5d306097aca2f0c85418011771f
parenta87f47c02c5d8d8723ebb39c7de3f0068434dc8f (diff)
downloadwireshark-f3dac73d38fdf8ccf641171691696e7cbb6ecfc7.tar.gz
Fix compile error that resulted from whitespace cleanup.
svn path=/trunk/; revision=50963
-rw-r--r--epan/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 20ff85236c..549fc0a265 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -5203,7 +5203,7 @@ proto_item_fill_label(field_info *fi, gchar *label_str)
e_guid_t *guid;
guint32 n_addr; /* network-order IPv4 address */
const gchar *name;
- addres addr;
+ address addr;
if (!fi) {
if (label_str)