From: Christophe Jaillet Date: Mon, 31 Aug 2015 19:51:05 +0000 (+0000) Subject: Silence a sparse warning about inconsistent indenting X-Git-Tag: 2.5.0-alpha~2894 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7cfaea90ad402b21cae44d16d8ec9c374a3d194;p=thirdparty%2Fapache%2Fhttpd.git Silence a sparse warning about inconsistent indenting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700321 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htdbm.c b/support/htdbm.c index 1cd0591fe6b..40a3d232938 100644 --- a/support/htdbm.c +++ b/support/htdbm.c @@ -345,7 +345,7 @@ int main(int argc, const char * const argv[]) case 'n': need_file = 0; cmd = HTDBM_NOFILE; - args_left--; + args_left--; break; case 'l': need_pwd = 0;