You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/21 00:05:14 UTC

svn commit: r606050 - /httpd/httpd/branches/2.2.x/support/httxt2dbm.c

Author: wrowe
Date: Thu Dec 20 15:05:13 2007
New Revision: 606050

URL: http://svn.apache.org/viewvc?rev=606050&view=rev
Log:
Revert the senseless half of r605396, whitespace only change.

Noted by Ruediger, thanks for this catch.

Modified:
    httpd/httpd/branches/2.2.x/support/httxt2dbm.c

Modified: httpd/httpd/branches/2.2.x/support/httxt2dbm.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/support/httxt2dbm.c?rev=606050&r1=606049&r2=606050&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/support/httxt2dbm.c (original)
+++ httpd/httpd/branches/2.2.x/support/httxt2dbm.c Thu Dec 20 15:05:13 2007
@@ -173,7 +173,7 @@
     return rv;
 }
 
-int main(int argc, const char * const argv[])
+int main(int argc, const char *const argv[])
 {
     apr_pool_t *pool;
     apr_status_t rv = APR_SUCCESS;