From: David Hill Date: Thu, 24 Apr 2003 18:01:26 +0000 (+0000) Subject: Fix compiler error on null statement in switch X-Git-Tag: SPL_ALPHA~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cec89b244671652992d05ce266cabc7de6b72211;p=php Fix compiler error on null statement in switch --- diff --git a/ext/standard/html.c b/ext/standard/html.c index b61e983ba2..328de5d0e5 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -679,6 +679,7 @@ static enum entity_charset determine_charset(char *charset_hint TSRMLS_DC) return cs_8859_5; default: + ; } #else {