From 88975e8c2538c3a87528651f31639c50f05827bb Mon Sep 17 00:00:00 2001 From: Carl Woffenden Date: Mon, 2 Sep 2019 18:15:31 +0200 Subject: [PATCH] Minor: documented sizes smaller --- contrib/single_file_decoder/examples/simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/single_file_decoder/examples/simple.c b/contrib/single_file_decoder/examples/simple.c index cacaf1fbe..5646e5f20 100644 --- a/contrib/single_file_decoder/examples/simple.c +++ b/contrib/single_file_decoder/examples/simple.c @@ -3050,8 +3050,8 @@ size_t ZSTD_decompress(void* dst, size_t dstLen, const void* src, size_t srcLen) * compare the resulting bytes with \c #rawDxt1. * \n * As a (naive) comparison, removing Zstd and building with "-Os -g0 simple.c" - * results in a 48kB binary (macOS 10.14, Clang 10); re-adding Zstd increases - * the binary by 67kB (after calling \c strip). + * results in a 44kB binary (macOS 10.14, Clang 10); re-adding Zstd increases + * the binary by 56kB (after calling \c strip). */ int main() { size_t size = ZSTD_decompress(dstDxt1, sizeof dstDxt1, srcZstd, sizeof srcZstd); -- 2.47.2