You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
319 B
14 lines
319 B
11 months ago
|
diff --git a/src/readelf.c b/src/readelf.c
|
||
|
index d836e68..6d4b40b 100644
|
||
|
--- a/src/readelf.c
|
||
|
+++ b/src/readelf.c
|
||
|
@@ -69,7 +69,7 @@ toomany(struct magic_set *ms, const char *name, uint16_t num)
|
||
|
{
|
||
|
if (file_printf(ms, ", too many %s (%u)", name, num) == -1)
|
||
|
return -1;
|
||
|
- return 0;
|
||
|
+ return 1;
|
||
|
}
|
||
|
|
||
|
private uint16_t
|