aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir.c b/dir.c
index 580d2617e0..96fce7339e 100644
--- a/dir.c
+++ b/dir.c
@@ -1348,8 +1348,8 @@ push_braces(ary, s, flags)
const char *s;
int flags;
{
- char *buf;
- const char *p, *t, *b;
+ char *buf, *b;
+ const char *p, *t;
const char *lbrace, *rbrace;
int nest = 0;