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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user