gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libextractor] 04/27: indentation fixes


From: gnunet
Subject: [GNUnet-SVN] [libextractor] 04/27: indentation fixes
Date: Sun, 15 Oct 2017 21:34:28 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libextractor.

commit 153ee0cc5e5311fa59ea006b325c65b3a142e775
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Oct 15 19:48:57 2017 +0200

    indentation fixes
---
 src/plugins/deb_extractor.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/plugins/deb_extractor.c b/src/plugins/deb_extractor.c
index afbe8bb5..47167322 100644
--- 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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]