aboutsummaryrefslogtreecommitdiff
path: root/ld/ldsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldsym.c')
-rw-r--r--ld/ldsym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldsym.c b/ld/ldsym.c
index 11534c1..2351279 100644
--- a/ld/ldsym.c
+++ b/ld/ldsym.c
@@ -215,7 +215,7 @@ process_keepsyms (table, size)
errno = 0;
#define KEEP(S) \
- do { asymbol **p=(S), *tmp=*out; *out=*p; *p=tmp; out++; } while (0)
+ do { asymbol **p = (S), *tmp = *out; *out = *p; *p = tmp; out++; } while (0)
while (!feof (ks_file) && !ferror (ks_file))
{