summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDavid Hill <ddhill@php.net>2003-04-24 18:25:47 +0000
committerDavid Hill <ddhill@php.net>2003-04-24 18:25:47 +0000
commit8f7009f7f27ccca67f316c5d5eee61b3613c03a7 (patch)
tree5368a1e9b64eba1506767deb5916c05a52f3746f /ext
parent2e4f176a6de0c34507916623080cabe2f09390f0 (diff)
downloadphp-git-8f7009f7f27ccca67f316c5d5eee61b3613c03a7.tar.gz
minor compiler incompatability fixes
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c
index 50cebb3d00..3f43195916 100644
--- a/ext/standard/html.c
+++ b/ext/standard/html.c
@@ -677,6 +677,7 @@ static enum entity_charset determine_charset(char *charset_hint TSRMLS_DC)
return cs_8859_5;
default:
+ ;
}
#else
{