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

git-svn-id: svn://10.0.0.236/trunk@55784 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-12-09 01:31:23 +00:00
parent 59909e378d
commit 46da1618bb
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;