From fcda7c68a0f9965d48e39f6f521641e3b4c9e918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Tue, 22 Mar 2005 16:02:09 +0000 Subject: [PATCH] Remove trailing ';' svn path=/trunk/; revision=13865 --- plugins/xml/xml_lexer.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/xml/xml_lexer.l b/plugins/xml/xml_lexer.l index d4e5859824..a496308152 100644 --- a/plugins/xml/xml_lexer.l +++ b/plugins/xml/xml_lexer.l @@ -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) {