This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Balance parentheses in expression
- From: Alan Modra <amodra at gmail dot com>
- To: binutils at sourceware dot org
- Date: Mon, 20 Aug 2018 09:46:50 +0930
- Subject: Balance parentheses in expression
Typo fix.
* rs6000-core.c (CORE_COMMONSZ): Balance parentheses in expression.
diff --git a/bfd/rs6000-core.c b/bfd/rs6000-core.c
index a2f0d23155..7b9225abe4 100644
--- a/bfd/rs6000-core.c
+++ b/bfd/rs6000-core.c
@@ -271,8 +271,8 @@ typedef union
#define CORE_COMMONSZ ((long) &((struct core_dumpx *) 0)->c_entries \
+ sizeof (((struct core_dumpx *) 0)->c_entries))
#else
-#define CORE_COMMONSZ ((int) &((struct core_dump *) 0)->c_entries \
- + sizeof (((struct core_dump *) 0)->c_entries)
+#define CORE_COMMONSZ ((int) &((struct core_dump *) 0)->c_entries \
+ + sizeof (((struct core_dump *) 0)->c_entries))
#endif
/* Define prototypes for certain functions, to avoid a compiler warning
saying that they are missing. */
--
Alan Modra
Australia Development Lab, IBM