From: Vadim Zeitlin Date: Sat, 19 Jul 2008 15:36:39 +0000 (+0000) Subject: no changes, just removed an unnecessary semicolon at top level X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9f10e7c7582e682b19404dd1d232b7a39271fc27 no changes, just removed an unnecessary semicolon at top level git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/test.cpp b/tests/test.cpp index 406e6dcd39..af8353ceb2 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -84,7 +84,7 @@ bool TestApp::OnInit() #endif // wxUSE_GUI return true; -}; +} // The table of command line options //