diff options
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 7e226896579c..0dd16177642d 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -330,7 +330,7 @@ static void parse_elf(struct elf_info *info, const char *filename) | |||
330 | hdr = grab_file(filename, &info->size); | 330 | hdr = grab_file(filename, &info->size); |
331 | if (!hdr) { | 331 | if (!hdr) { |
332 | perror(filename); | 332 | perror(filename); |
333 | abort(); | 333 | exit(1); |
334 | } | 334 | } |
335 | info->hdr = hdr; | 335 | info->hdr = hdr; |
336 | if (info->size < sizeof(*hdr)) | 336 | if (info->size < sizeof(*hdr)) |