libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 153ee0cc5e5311fa59ea006b325c65b3a142e775
parent 4542314a64d37446c444fda15f14da6b76f82343
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 15 Oct 2017 19:48:57 +0200

indentation fixes

Diffstat:
Msrc/plugins/deb_extractor.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/plugins/deb_extractor.c b/src/plugins/deb_extractor.c @@ -363,8 +363,6 @@ processControlTGZ (struct EXTRACTOR_ExtractContext *ec, if (size > MAX_CONTROL_SIZE) return 0; - if (0 == size) - return 0; if (NULL == (cdata = malloc (size))) return 0; off = 0;