mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 11:59:45 -05:00
Fix spurious fallthru warning
This commit is contained in:
parent
f5138f290f
commit
e2028b0d01
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ int main(int argc, char *argv[])
|
|||
break;
|
||||
case 'l':
|
||||
list = 1;
|
||||
/*FALLTHROUGH*/;
|
||||
/*FALLTHROUGH*/
|
||||
case 'a':
|
||||
if (subname)
|
||||
usage(prog);
|
||||
|
|
|
|||
Loading…
Reference in a new issue