remove extraneous comma
This commit is contained in:
parent
04a1160ea1
commit
b34aac09cb
@ -123,7 +123,7 @@ typedef enum {
|
||||
MP_MEM = -2, /* out of mem */
|
||||
MP_VAL = -3, /* invalid input */
|
||||
MP_ITER = -4, /* maximum iterations reached */
|
||||
MP_BUF = -5, /* buffer overflow, supplied buffer too small */
|
||||
MP_BUF = -5 /* buffer overflow, supplied buffer too small */
|
||||
} mp_err;
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user