From 11204f0e6df18ff9d5b8f1be57b6512615848bf7 Mon Sep 17 00:00:00 2001 From: "erik%netscape.com" Date: Mon, 9 Apr 2001 21:11:19 +0000 Subject: [PATCH] trivial change (just adding a comma at the end of the list for the next person who comes along) --- intl/unicharutil/src/nsUcharUtilModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/unicharutil/src/nsUcharUtilModule.cpp b/intl/unicharutil/src/nsUcharUtilModule.cpp index 1d95737c59b8..f4952121084c 100644 --- a/intl/unicharutil/src/nsUcharUtilModule.cpp +++ b/intl/unicharutil/src/nsUcharUtilModule.cpp @@ -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 };