Remove trailing ';'

svn path=/trunk/; revision=13865
This commit is contained in:
Jörg Mayer 2005-03-22 16:02:09 +00:00
parent d1e004b8d2
commit fcda7c68a0
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ extern void xml_lexer_init(int proto_hfid, int ett) {
proto_xml = proto_hfid;
ett_xml = ett;
};
}
extern void dissect_xml(tvbuff_t* the_tvb, packet_info* pinfo _U_, proto_tree* the_tree) {