Remove extraneous semicolon that's upsetting the anal gccs.

This commit is contained in:
Chris Jones 2010-05-14 20:49:00 -05:00
parent 9f1419fc5b
commit 8e7f89a8f1

View File

@ -75,7 +75,7 @@ static nsChromeRegistry* GetSingleton()
return chromeRegistry;
}
NS_GENERIC_FACTORY_SINGLETON_CONSTRUCTOR(nsChromeRegistry, GetSingleton);
NS_GENERIC_FACTORY_SINGLETON_CONSTRUCTOR(nsChromeRegistry, GetSingleton)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsChromeProtocolHandler)
// The list of components we register