mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove extraneous semicolon that's upsetting the anal gccs.
This commit is contained in:
parent
9f1419fc5b
commit
8e7f89a8f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user