Fixes for semicolons, commas and wxSTRING_MAXLEN from Wlodek Szafran.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-10-29 07:37:09 +00:00
parent c64c9cd3ba
commit 6df6e35a3e
3 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ enum {
};
enum {
TAR_BLOCKSIZE = 512,
TAR_BLOCKSIZE = 512
};
// checksum type
@@ -154,7 +154,7 @@ private:
static void check();
};
wxDEFINE_SCOPED_PTR_TYPE(wxTarHeaderBlock);
wxDEFINE_SCOPED_PTR_TYPE(wxTarHeaderBlock)
// A table giving the field names and offsets in a tar header block
const wxTarField wxTarHeaderBlock::fields[] =