From bfc6dfe52be8444dbaeb67bcb3352efa181f81ce Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 13 Mar 2016 20:09:40 +0100 Subject: [PATCH] Remove nested comment --- src/civetweb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/civetweb.c b/src/civetweb.c index dcb14956..558a18e7 100644 --- a/src/civetweb.c +++ b/src/civetweb.c @@ -2339,7 +2339,7 @@ mg_get_response_code_text(int response_code, struct mg_connection *conn) return "Network Authentication Required"; /* RFC 6585, Section 6 */ /* Other status codes, not shown in the IANA HTTP status code assignment. - /* E.g., "de facto" standards due to common use, ... */ + * E.g., "de facto" standards due to common use, ... */ case 418: return "I am a teapot"; /* RFC2324 Section 2.3.2 */ case 419: