Replace C++ style comment with C style comment

This commit is contained in:
harishd%netscape.com 2002-01-09 06:48:12 +00:00
parent 6ca8e3e095
commit c19bd46ce6
2 changed files with 2 additions and 2 deletions

View File

@ -889,7 +889,7 @@ int XML_SetParamEntityParsing(XML_Parser parser,
int XML_Parse(XML_Parser parser, const char *s, int len, int isFinal)
{
if (blocked) {
// First unblock parser
/* First unblock parser */
return 0;
}

View File

@ -889,7 +889,7 @@ int XML_SetParamEntityParsing(XML_Parser parser,
int XML_Parse(XML_Parser parser, const char *s, int len, int isFinal)
{
if (blocked) {
// First unblock parser
/* First unblock parser */
return 0;
}