aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/emem.h')
-rw-r--r--epan/emem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/emem.h b/epan/emem.h
index 31bb367620..60593ce273 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -168,7 +168,7 @@ typedef struct _se_tree_node_t {
struct _se_tree_node_t *right;
union {
guint32 rb_color;
- };
+ } u;
guint32 key32;
void *data;
} se_tree_node_t;