mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Properly placed commas help
This commit is contained in:
parent
605874dcea
commit
5f8cf54ddb
@ -284,12 +284,12 @@ static const nsModuleComponentInfo components[] =
|
||||
{ "OS/2 HTML Format Converter",
|
||||
NS_HTMLFORMATCONVERTER_CID,
|
||||
"@mozilla.org/widget/htmlformatconverter/os2;1",
|
||||
nsHTMLFormatConverterConstructor }
|
||||
nsHTMLFormatConverterConstructor },
|
||||
#ifdef ACCESSIBILITY
|
||||
{ "AccessibilityService",
|
||||
NS_ACCESSIBILITY_SERVICE_CID,
|
||||
"@mozilla.org/accessibilityService;1",
|
||||
nsAccessibilityServiceConstructor },
|
||||
nsAccessibilityServiceConstructor }
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user