From fb280e201ff9d8390ed84743bca4b8998dfb2c54 Mon Sep 17 00:00:00 2001 From: "tague%netscape.com" Date: Wed, 4 Aug 1999 03:45:50 +0000 Subject: [PATCH] Fixed blamed build warning. No newline at end of file --- intl/locale/src/nsLocale.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/intl/locale/src/nsLocale.cpp b/intl/locale/src/nsLocale.cpp index 42e354a4b34..cdf153dd687 100644 --- a/intl/locale/src/nsLocale.cpp +++ b/intl/locale/src/nsLocale.cpp @@ -215,3 +215,8 @@ nsLocale::Hash_EnumerateCopy(PLHashEntry *he, PRIntn hashIndex, void* arg) return (HT_ENUMERATE_NEXT); } + + + + +