summaryrefslogtreecommitdiff
path: root/plugins/wimax/mac_mgmt_msg_decoder.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gilramir@cisco.com>2014-01-29 04:59:10 -0800
committerGilbert Ramirez <gilramir@cisco.com>2014-01-29 05:11:10 -0800
commita20d788da38eb15bd162abc8394d7cd384010adb (patch)
tree456992c357639e0af49f1565ac725ab9d101e440 /plugins/wimax/mac_mgmt_msg_decoder.c
parent447c96304e21c48de0f0f16f1f128e500871155b (diff)
downloadwireshark-a20d788da38eb15bd162abc8394d7cd384010adb.tar.gz
Add newlines at end of files that are missing them.
gcc 4.1.2 complained with: No newline at end of file Change-Id: I813af88737e725a328713eea4a7096d28942f9b2
Diffstat (limited to 'plugins/wimax/mac_mgmt_msg_decoder.c')
-rw-r--r--plugins/wimax/mac_mgmt_msg_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/mac_mgmt_msg_decoder.c b/plugins/wimax/mac_mgmt_msg_decoder.c
index 5bc4ff94b7..0ff2cefc50 100644
--- a/plugins/wimax/mac_mgmt_msg_decoder.c
+++ b/plugins/wimax/mac_mgmt_msg_decoder.c
@@ -365,4 +365,4 @@ void proto_reg_handoff_mac_mgmt_msg(void)
mgt_msg_handle = find_dissector("mac_mgmt_msg_mob_asc_rep_handler");
if (mgt_msg_handle)
dissector_add_uint( "wmx.mgmtmsg", MAC_MGMT_MSG_MOB_ASC_REP, mgt_msg_handle );
-} \ No newline at end of file
+}