From 7db25f8dbf9ababfa6effa0ed0829ee613f1522a Mon Sep 17 00:00:00 2001 From: "pedemont%us.ibm.com" Date: Wed, 18 Aug 2004 16:47:14 +0000 Subject: [PATCH] I'm getting sloppy git-svn-id: svn://10.0.0.236/trunk@160907 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/locale/src/nsLocaleService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/intl/locale/src/nsLocaleService.cpp b/mozilla/intl/locale/src/nsLocaleService.cpp index c906cdea0cb..b9615b5ee5e 100644 --- a/mozilla/intl/locale/src/nsLocaleService.cpp +++ b/mozilla/intl/locale/src/nsLocaleService.cpp @@ -96,7 +96,7 @@ static int posix_locale_category[LocaleListLength] = #ifdef XP_MACOSX #if !defined(__COREFOUNDATION_CFLOCALE__) -typedef void* CFLocaleRef +typedef void* CFLocaleRef; #endif typedef CFLocaleRef (*fpCFLocaleCopyCurrent_type) (void); typedef CFStringRef (*fpCFLocaleGetIdentifier_type) (CFLocaleRef);