removed an redundant semicolon from moo-utl.h

This commit is contained in:
hyunghwan.chung 2019-05-27 17:57:43 +00:00
parent 57c30e4563
commit fe847a89a5

View File

@ -315,7 +315,7 @@ typedef int (*moo_fmtout_putucs_t) (
typedef int (*moo_fmtout_putobj_t) (
moo_fmtout_t* fmtout,
moo_oop_t obj;
moo_oop_t obj
);
enum moo_fmtout_fmt_type_t