From 37967386818e3ab6e82961deb43c8061bc6bcbcb Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 10 Mar 2005 11:19:32 +0000 Subject: [PATCH] Fix /*-within-comment warning from GCC. --- ext/standard/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/html.c b/ext/standard/html.c index eeb3524138..615eb47689 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -118,7 +118,7 @@ static entity_table_t ent_uni_338_402[] = { /* 376 (0x0178) "Yuml", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, - NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, */ /* 400 (0x0190)*/ NULL, NULL, "fnof" }; -- 2.50.1