trivial change (just adding a comma at the end of the list for the next

person who comes along)
This commit is contained in:
erik%netscape.com 2001-04-09 21:11:19 +00:00
Родитель 70f8c4c112
Коммит 11204f0e6d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -97,7 +97,7 @@ static nsModuleComponentInfo components[] =
{ "Unichar Bidi Utility", NS_UNICHARBIDIUTIL_CID,
NS_UNICHARBIDIUTIL_CONTRACTID, nsBidiUtilsImpConstructor},
{ "Bidi Reordering Engine", NS_BIDI_CID,
NS_BIDI_CONTRACTID, nsBidiConstructor}
NS_BIDI_CONTRACTID, nsBidiConstructor},
#endif // IBMBIDI
};