From 1fa9e1084405e26bea89e758093c906ff925aea0 Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Thu, 26 Aug 1999 14:37:39 +0000 Subject: [PATCH] Sorry, but using C comments in place of C++ comments makes life for me and my compiler much easier. This one should be back-ported to Apache 1.3.10-dev Submitted by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83771 13f79535-47bb-0310-9956-ffa450edef68 --- server/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/log.c b/server/log.c index c1450a9cf5..cc92cf3575 100644 --- a/server/log.c +++ b/server/log.c @@ -406,7 +406,7 @@ static void log_error_core(const char *file, int line, int level, FORMAT_MESSAGE_FROM_SYSTEM, NULL, nErrorCode, - MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language + MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), /* // Default language */ (LPTSTR) errstr + len, sizeof(errstr) - len, NULL -- 2.50.1