Terminate statements with semicolon, not colon. (Fixing warren's bustage.)

This commit is contained in:
dbaron%fas.harvard.edu 2000-10-28 02:07:38 +00:00
parent b3abb9cfdf
commit 94795db4ee

View File

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