]> granicus.if.org Git - apache/commitdiff
Sorry, but using C comments in place of C++ comments
authorRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 14:37:39 +0000 (14:37 +0000)
committerRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 14:37:39 +0000 (14:37 +0000)
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

index c1450a9cf5628870ff11884b0daa3476d178079b..cc92cf35751849c9829e32ac024b14835a9a7b8d 100644 (file)
@@ -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