From: Jim Jagielski Date: Thu, 12 Jun 2008 22:33:18 +0000 (+0000) Subject: tab == no no X-Git-Tag: 2.2.10~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b9b345d8bcc3571bc798ca3ab625b6ad3b53a52;p=thirdparty%2Fapache%2Fhttpd.git tab == no no git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@667283 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/logresolve.c b/support/logresolve.c index fb9d4f56697..1a36a18f136 100644 --- a/support/logresolve.c +++ b/support/logresolve.c @@ -341,7 +341,7 @@ int main (int argc, char *argv[]) if (line[0] == '\0') continue; entries++; - if (!apr_isdigit(line[0])) { /* short cut */ + if (!apr_isdigit(line[0])) { /* short cut */ puts(line); withname++; continue;