aboutsummaryrefslogtreecommitdiff
path: root/bfd/vms-alpha.c
diff options
context:
space:
mode:
authorSong Mengzhi <song.mengzhi@zte.com.cn>2023-09-19 07:13:46 +0000
committerAlan Modra <amodra@gmail.com>2023-09-20 09:35:53 +0930
commitfbf4b3c9bb0347950ee8792093e44c9d0cac60c5 (patch)
tree97187ee7672b2c418180e098a42df9a6494eb526 /bfd/vms-alpha.c
parent39d12f215920c8771ca43c4c650b6d0707cb0595 (diff)
downloadbinutils-fbf4b3c9bb0347950ee8792093e44c9d0cac60c5.zip
binutils-fbf4b3c9bb0347950ee8792093e44c9d0cac60c5.tar.gz
binutils-fbf4b3c9bb0347950ee8792093e44c9d0cac60c5.tar.bz2
PR30870, VMS_DEBUG compilation error
Introduced by 8169954446. PR 30870 * vms-alpha.c (image_write): Remove extraneous parenthesis.
Diffstat (limited to 'bfd/vms-alpha.c')
-rw-r--r--bfd/vms-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c
index 9689dcb..20f8fd2 100644
--- a/bfd/vms-alpha.c
+++ b/bfd/vms-alpha.c
@@ -1628,7 +1628,7 @@ image_write (bfd *abfd, unsigned char *ptr, unsigned int size)
#if VMS_DEBUG
_bfd_vms_debug (8, "image_write from (%p, %d) to (%ld)\n", ptr, size,
- (long) off));
+ (long) off);
#endif
if (PRIV (image_section)->contents != NULL)