commonmark / cmark

CommonMark parsing and rendering library and program in C
Other
1.62k stars 539 forks source link

Fix *cmark_get_default_mem_allocator(void) prototype #430

Closed cirnatdan closed 2 years ago

cirnatdan commented 2 years ago

Fixes error: function declaration isn't a prototype [-Werror=strict-prototypes]

jgm commented 2 years ago

Thanks!