From d19153e4d7114e704111d91a12c0f7460314535a Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Wed, 19 Sep 2007 15:05:14 +0000 Subject: [PATCH] Remove extra semicolon. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/tarstrm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tarstrm.cpp b/src/common/tarstrm.cpp index 476c87f805..3847943a38 100644 --- a/src/common/tarstrm.cpp +++ b/src/common/tarstrm.cpp @@ -426,7 +426,7 @@ wxTarUser::wxTarUser() gname = new wxChar[grp.length() + 1]; wxStrcpy(gname, grp.c_str()); -}; +} static const wxTarUser& wxGetTarUser() {