Skip to content

Commit

Permalink
Make one static
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 1, 2017
1 parent 62040b8 commit fbc7082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef enum {
FORMAT_LATEX
} writer_format;

char* print_document(cmark_node *document, writer_format writer, int options, int width){
static char* print_document(cmark_node *document, writer_format writer, int options, int width){
switch (writer) {
case FORMAT_HTML:
return cmark_render_html(document, options, NULL);
Expand Down

0 comments on commit fbc7082

Please sign in to comment.