]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix spurious fallthru warning
authorHoward Chu <hyc@openldap.org>
Thu, 9 Jun 2022 21:58:06 +0000 (22:58 +0100)
committerHoward Chu <hyc@openldap.org>
Thu, 9 Jun 2022 21:58:06 +0000 (22:58 +0100)
libraries/liblmdb/mdb_dump.c

index 29ee02e03162b59fe8dfbf85ef5f134d1391ae97..36058df723c81defe647236e88e3fdbf3fccd73c 100644 (file)
@@ -189,7 +189,7 @@ int main(int argc, char *argv[])
                        break;
                case 'l':
                        list = 1;
-                       /*FALLTHROUGH*/;
+                       /*FALLTHROUGH*/
                case 'a':
                        if (subname)
                                usage(prog);