summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/dir.c')
-rw-r--r--usr.bin/make/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index c1755fe..8c63ee0 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -472,9 +472,9 @@ DirExpandCurly(word, brace, path, expansions)
case '[':
Dir_Expand(file, path, expansions);
goto next;
- }
default:
break;
+ }
}
if (*cp2 == '\0') {
/*
OpenPOWER on IntegriCloud