From 7fac56c5935fd02e3991c2a32cdc6f9fb61997c6 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 12 Sep 2003 13:31:23 +0000 Subject: [PATCH] - Change email - Fix warnings --- ext/mbstring/libmbfl/filters/html_entities.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/mbstring/libmbfl/filters/html_entities.c b/ext/mbstring/libmbfl/filters/html_entities.c index 0f7ec86b7d..0fc0476b9f 100644 --- a/ext/mbstring/libmbfl/filters/html_entities.c +++ b/ext/mbstring/libmbfl/filters/html_entities.c @@ -18,7 +18,7 @@ * if not, write to the Free Software Foundation, Inc., 59 Temple Place, * Suite 330, Boston, MA 02111-1307 USA * - * The author of this part: Marcus Boerger + * The author of this part: Marcus Boerger * */ /* @@ -32,6 +32,7 @@ #endif #include "mbfilter.h" +#include const mbfl_html_entity mbfl_html_entity_list[] = { /* {"quot", 34}, DO NOT CONVERT THESE AUTOMATICALLY -- 2.40.0