Terminate statements with semicolon, not colon. (Fixing warren's bustage.)
git-svn-id: svn://10.0.0.236/trunk@81918 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -726,7 +726,7 @@ nsFileLogEventSink::Flush(nsILog* log)
|
||||
PR_IMPLEMENT(nsILog*)
|
||||
NS_GetLog(const char* name, PRUint32 controlFlags)
|
||||
{
|
||||
return NULL:
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
#endif // NS_ENABLE_LOGGING
|
||||
|
||||
Reference in New Issue
Block a user