Fixes for: warning: ISO C does not allow extra ';' outside of a function
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 21 Mar 2007 05:06:01 +0000 (05:06 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 21 Mar 2007 05:06:01 +0000 (05:06 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21085 f5534014-38df-0310-8fa8-9805f1628bb7

epan/unicode-utils.c
epan/wslua/make-taps.pl

index cec90898c44b6d255112c282bcef98350fd6c89a..b2ee9e2349d005b779b3f3d0dcbd55036a61d46c 100644 (file)
@@ -126,5 +126,5 @@ gchar * utf_16to8(const wchar_t *utf16str) {
 }
 
 #else
-       ;
+
 #endif
index 98551955e003242fef942200072a4992cff921d8..a97a157936c65d1324941368dfe37791abd12a96 100644 (file)
@@ -203,7 +203,7 @@ ENUMELEM
 
 print CFILE <<"TAIL";
        return 0;
-};
+}
 
 
 tap_extractor_t wslua_get_tap_extractor(const gchar* name) {