Properly placed commas help

This commit is contained in:
mkaply%us.ibm.com 2003-03-17 16:30:17 +00:00
parent 605874dcea
commit 5f8cf54ddb

View File

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