projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
up to 2.8.0
[wxWidgets.git]
/
src
/
common
/
tarstrm.cpp
diff --git
a/src/common/tarstrm.cpp
b/src/common/tarstrm.cpp
index 398d7fffeb5942cfdf3e77c8f00921e122393e62..c7cdf1e183eb31b5f1b7c6113999aeb35b85074e 100644
(file)
--- a/
src/common/tarstrm.cpp
+++ b/
src/common/tarstrm.cpp
@@
-381,7
+381,7
@@
static inline wxFileOffset GetDataSize(const wxTarEntry& entry)
return 0;
default:
return entry.GetSize();
return 0;
default:
return entry.GetSize();
- }
;
+ }
}
}