Build fix. This is a C file, so C++ comments are actually _wrong_ on platforms using competent native compilers.

This commit is contained in:
briano%netscape.com 1999-12-09 01:31:23 +00:00
Родитель 0e86352c40
Коммит 9fc7c99246
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -522,7 +522,7 @@ PR_IMPLEMENT(void) PREF_Cleanup()
/* Frees up all the objects except the callback list. */
PR_IMPLEMENT(void) PREF_CleanupPrefs()
{
gMochaTaskState = NULL; // We -don't- destroy this.
gMochaTaskState = NULL; /* We -don't- destroy this. */
if (gMochaContext) {
gMochaPrefObject = NULL;

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

@ -522,7 +522,7 @@ PR_IMPLEMENT(void) PREF_Cleanup()
/* Frees up all the objects except the callback list. */
PR_IMPLEMENT(void) PREF_CleanupPrefs()
{
gMochaTaskState = NULL; // We -don't- destroy this.
gMochaTaskState = NULL; /* We -don't- destroy this. */
if (gMochaContext) {
gMochaPrefObject = NULL;