remove extra comma to remove warnings on Macintosh compiler

This commit is contained in:
brade%netscape.com 1999-02-03 22:57:36 +00:00
parent cc478e195a
commit 07c421149d

View File

@ -56,7 +56,7 @@ public:
enum { enum {
kOnError_Recover, // on an error, recover and continue kOnError_Recover, // on an error, recover and continue
kOnError_Signal, // on an error, stop and signal kOnError_Signal // on an error, stop and signal
}; };
/** /**