aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-atm.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-05 20:43:56 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-05 20:43:56 +0000
commit8e5643861148f9766a29b71179da78fd0627444b (patch)
tree599e988b3aeda52c5c860f33b7061f0cd89cb798 /epan/dissectors/packet-pw-atm.c
parent974afe6319f9cea05916108d350d231294cac896 (diff)
Remove an unneeded set of parens in a macro definition;
Fixes checkhf false positive (when scanning the preprocessed dissector source file). svn path=/trunk/; revision=47500
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 }}