removed an redundant semicolon from moo-utl.h
This commit is contained in:
parent
57c30e4563
commit
fe847a89a5
@ -315,7 +315,7 @@ typedef int (*moo_fmtout_putucs_t) (
|
|||||||
|
|
||||||
typedef int (*moo_fmtout_putobj_t) (
|
typedef int (*moo_fmtout_putobj_t) (
|
||||||
moo_fmtout_t* fmtout,
|
moo_fmtout_t* fmtout,
|
||||||
moo_oop_t obj;
|
moo_oop_t obj
|
||||||
);
|
);
|
||||||
|
|
||||||
enum moo_fmtout_fmt_type_t
|
enum moo_fmtout_fmt_type_t
|
||||||
|
Loading…
Reference in New Issue
Block a user