diff options
| -rw-r--r-- | usr.bin/make/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index c1755fe213cf..8c63ee08d03e 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') { /* |
