aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-atm.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pw-atm.c')
-rw-r--r--epan/dissectors/packet-pw-atm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pw-atm.c b/epan/dissectors/packet-pw-atm.c
index 038587237b..676d0a6ff3 100644
--- a/epan/dissectors/packet-pw-atm.c
+++ b/epan/dissectors/packet-pw-atm.c
@@ -1760,7 +1760,7 @@ proto_register_pw_atm_ata(void)
};
#define HF_INITIALIZER_NCELLS(hf_handle) \
- { &(hf_handle) ,{"Number of good encapsulated cells","pw.atm.cells" \
+ { &hf_handle ,{"Number of good encapsulated cells","pw.atm.cells" \
,FT_INT32 ,BASE_DEC ,NULL ,0 \
,NULL ,HFILL }}