summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-frame.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-13 13:09:14 +0200
committerEvan Huus <eapache@gmail.com>2014-08-16 21:54:59 +0000
commita4c09894bddd85c0df48e73a1a238e4831734465 (patch)
tree30abcc26829a266a7d5a67393c8db1be0b6d1e13 /epan/dissectors/packet-frame.c
parent9f968427a617bd60f8009aa533a158830966f30a (diff)
downloadwireshark-a4c09894bddd85c0df48e73a1a238e4831734465.tar.gz
Fix ISO C does not allow extra ';' outside of a function [-Wpedantic]
Change-Id: I7c0be29b5e5a54e269fec928e6058395ada7e04b Reviewed-on: https://code.wireshark.org/review/3644 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-frame.c')
-rw-r--r--epan/dissectors/packet-frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-frame.c b/epan/dissectors/packet-frame.c
index 0a2a090fb0..e58f91a74c 100644
--- a/epan/dissectors/packet-frame.c
+++ b/epan/dissectors/packet-frame.c
@@ -148,7 +148,7 @@ static const value_string packet_word_reception_types[] = {
};
dissector_table_t wtap_encap_dissector_table;
-static dissector_table_t wtap_fts_rec_dissector_table;;
+static dissector_table_t wtap_fts_rec_dissector_table;
/*
* Routine used to register frame end routine. The routine should only