PR30870, VMS_DEBUG compilation error

Introduced by 8169954446.

	PR 30870
	* vms-alpha.c (image_write): Remove extraneous parenthesis.
This commit is contained in:
Song Mengzhi
2023-09-19 07:13:46 +00:00
committed by Alan Modra
parent 39d12f2159
commit fbf4b3c9bb
+1 -1
View File
@@ -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)