summaryrefslogtreecommitdiff
path: root/wiretap/erf.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/erf.h')
-rw-r--r--wiretap/erf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/erf.h b/wiretap/erf.h
index 4953e5b221..42d16f862e 100644
--- a/wiretap/erf.h
+++ b/wiretap/erf.h
@@ -96,7 +96,7 @@ typedef struct erf_eth_hdr {
guint16 eth;
} erf_eth_header_t;
-union erf_subhdr {
+union erf_subhdr {
struct erf_mc_hdr mc_hdr;
struct erf_eth_hdr eth_hdr;
};