aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/metagelf.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/metagelf.em')
-rw-r--r--ld/emultempl/metagelf.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/metagelf.em b/ld/emultempl/metagelf.em
index 0a2fbd4..b26a738 100644
--- a/ld/emultempl/metagelf.em
+++ b/ld/emultempl/metagelf.em
@@ -328,8 +328,8 @@ PARSE_AND_LIST_ARGS_CASES='
case OPTION_STUBGROUP_SIZE:
{
const char *end;
- group_size = bfd_scan_vma (optarg, &end, 0);
- if (*end)
+ group_size = bfd_scan_vma (optarg, &end, 0);
+ if (*end)
einfo (_("%P%F: invalid number `%s'\''\n"), optarg);
}
break;