From 2bcca4c2118733f14a91eaf585e8ff97e216b6bd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 16 Feb 2015 12:06:51 -0800 Subject: Made 'options' an int rather than a long. For consistency with the API. --- src/man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/man.c') diff --git a/src/man.c b/src/man.c index 4098139..27d308b 100644 --- a/src/man.c +++ b/src/man.c @@ -262,7 +262,7 @@ S_render_node(cmark_node *node, cmark_event_type ev_type, return 1; } -char *cmark_render_man(cmark_node *root, long options) +char *cmark_render_man(cmark_node *root, int options) { char *result; cmark_strbuf man = GH_BUF_INIT; -- cgit v1.2.3