Got rid of trailing comma in an enum.

This commit is contained in:
Wayne Davison
2004-05-02 16:34:33 +00:00
parent 7561c3e132
commit 4c4d61b046

View File

@@ -123,7 +123,7 @@ enum msgcode {
MSG_DATA=0, /* raw data on the multiplexed stream */
MSG_ERROR=FERROR, MSG_INFO=FINFO, MSG_LOG=FLOG, /* remote logging */
MSG_REDO=4, /* reprocess indicated flist index */
MSG_DONE=5, /* current phase is done */
MSG_DONE=5 /* current phase is done */
};
#include "errcode.h"