X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fglob.c;h=85ecbda45cd8c1f889e6ec892bad86f7eef0a160;hb=9805529ec544ea7a82d891d5239a8ebd3dbb2a3e;hp=52e3ed7e4a9b8d331148a7dec6a640c43b0104ba;hpb=3a69e4e606a65a247d2f76fce6652bb150c6ecc5;p=linux-2.6-microblaze.git diff --git a/lib/glob.c b/lib/glob.c index 52e3ed7e4a9b..85ecbda45cd8 100644 --- a/lib/glob.c +++ b/lib/glob.c @@ -102,7 +102,7 @@ bool __pure glob_match(char const *pat, char const *str) break; case '\\': d = *pat++; - /* fall through */ + fallthrough; default: /* Literal character */ literal: if (c == d) {