summaryrefslogtreecommitdiff
path: root/binutils/bucomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/bucomm.c')
-rw-r--r--binutils/bucomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/bucomm.c b/binutils/bucomm.c
index aa3080fa75..1ae7f5c918 100644
--- a/binutils/bucomm.c
+++ b/binutils/bucomm.c
@@ -257,7 +257,7 @@ parse_vma (s, arg)
const char *end;
ret = bfd_scan_vma (s, &end, 0);
-
+
if (*end != '\0')
fatal (_("%s: bad number: %s"), arg, s);