]> granicus.if.org Git - file/commitdiff
remove extra parens
authorChristos Zoulas <christos@zoulas.com>
Fri, 3 Aug 2018 09:00:13 +0000 (09:00 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 3 Aug 2018 09:00:13 +0000 (09:00 +0000)
src/readelf.c

index 71836ca23061de1fb729907c42b796faa72b3e8a..7598a31c354cf5effa17db81728f2f8cb469123d 100644 (file)
@@ -27,7 +27,7 @@
 #include "file.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$File: readelf.c,v 1.150 2018/08/02 12:46:02 christos Exp $")
+FILE_RCSID("@(#)$File: readelf.c,v 1.151 2018/08/03 09:00:13 christos Exp $")
 #endif
 
 #ifdef BUILTIN_ELF
@@ -1118,7 +1118,7 @@ donote(struct magic_set *ms, void *vbuf, size_t offset, size_t size,
        }
 
        if (namesz & 0x80000000) {
-               if (((file_printf(ms, ", bad note name size %#lx",
+               if (file_printf(ms, ", bad note name size %#lx",
                    CAST(unsigned long, namesz)) == -1)
                        return -1;
            return 0;