I'm tired of this warning: '*/' found outside of comment. This was much discussed. But no one ever bothered to actually check in the trivial fix. r=rginda rs=jband.

This commit is contained in:
jband%netscape.com 2001-09-22 17:42:36 +00:00
Родитель 9e26d34f52
Коммит 801cc884a1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -131,7 +131,7 @@ mozJSSubScriptLoader::~mozJSSubScriptLoader()
NS_IMPL_THREADSAFE_ISUPPORTS1(mozJSSubScriptLoader, mozIJSSubScriptLoader) NS_IMPL_THREADSAFE_ISUPPORTS1(mozJSSubScriptLoader, mozIJSSubScriptLoader)
NS_IMETHODIMP /* args and return value are delt with using XPConnect and JSAPI */ NS_IMETHODIMP /* args and return value are delt with using XPConnect and JSAPI */
mozJSSubScriptLoader::LoadSubScript (const PRUnichar */*url*/ mozJSSubScriptLoader::LoadSubScript (const PRUnichar * /*url*/
/* [, JSObject *target_obj] */) /* [, JSObject *target_obj] */)
{ {
/* /*