diff src/core/nginx.c @ 2866:1804da35f853 stable-0.6

r2756 merge: add quotes for configure options with spaces
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 May 2009 16:17:51 +0000
parents 0ebecd0c3410
children
line wrap: on
line diff
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -261,8 +261,8 @@ main(int argc, char *const *argv)
             }
 #endif
 
-            p = "configure arguments: " NGX_CONFIGURE CRLF;
-            n = sizeof("configure arguments :" NGX_CONFIGURE CRLF) - 1;
+            p = "configure arguments:" NGX_CONFIGURE CRLF;
+            n = sizeof("configure arguments:" NGX_CONFIGURE CRLF) - 1;
 
             if (ngx_write_fd(ngx_stderr_fileno, p, n) != n) {
                 return 1;