From 4abb85300334529bc0a0e85c8bc500e47776a55d Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Thu, 25 Feb 1999 19:45:44 +0000 Subject: [PATCH] fix HPUX bustage - don't put commas after last element in enum declaration --- intl/uconv/public/nsIUnicodeEncoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/uconv/public/nsIUnicodeEncoder.h b/intl/uconv/public/nsIUnicodeEncoder.h index 3f8897a27a4a..2f86e0e90e96 100644 --- a/intl/uconv/public/nsIUnicodeEncoder.h +++ b/intl/uconv/public/nsIUnicodeEncoder.h @@ -73,7 +73,7 @@ public: enum { kOnError_Signal, // on an error, stop and signal kOnError_CallBack, // on an error, call the error handler - kOnError_Replace, // on an error, replace with a different character + kOnError_Replace // on an error, replace with a different character }; /**