Changing C++ style comment to C style

This commit is contained in:
jdunn%netscape.com 1999-06-05 00:02:52 +00:00
parent 12e737f1f8
commit 858ca9e345

View File

@ -438,7 +438,7 @@ PRIVATE int net_output_about_url(ActiveEntry * cur_entry)
#if defined(CookieManagement)
else if(!PL_strcasecmp(which, "cookies"))
{
// NET_DisplayCookieInfoAsHTML(cur_entry->window_id);
/* NET_DisplayCookieInfoAsHTML(cur_entry->window_id); */
return(-1);
}
#endif