Removing ending ;

git-svn-id: svn://10.0.0.236/trunk@33025 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com 1999-05-27 22:45:24 +00:00
parent baf00d853b
commit 59a44299f5

View File

@ -33,7 +33,7 @@ static NS_DEFINE_IID(kObserverCID, NS_OBSERVER_CID);
// nsObserver Implementation
NS_IMPL_AGGREGATED(nsObserver);
NS_IMPL_AGGREGATED(nsObserver)
NS_COM nsresult NS_NewObserver(nsIObserver** anObserver, nsISupports* outer)
{