diff --git a/intl/uconv/public/nsIUnicodeDecoder.h b/intl/uconv/public/nsIUnicodeDecoder.h index 82ca074f5b57..3a8a09b3ff70 100644 --- a/intl/uconv/public/nsIUnicodeDecoder.h +++ b/intl/uconv/public/nsIUnicodeDecoder.h @@ -56,7 +56,7 @@ public: enum { kOnError_Recover, // on an error, recover and continue - kOnError_Signal, // on an error, stop and signal + kOnError_Signal // on an error, stop and signal }; /**