Skip to content

Commit

Permalink
Merge pull request swiftlang#16 from compnerd/const
Browse files Browse the repository at this point in the history
fix -Wconst-qual warning
  • Loading branch information
shahmishal authored Jan 4, 2020
2 parents 31e1254 + cc59122 commit 31c459d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static int S_render_node(cmark_renderer *renderer, cmark_node *node,
char fencechar[2] = {'\0', '\0'};
size_t info_len, code_len;
char listmarker[LISTMARKER_SIZE];
char *emph_delim;
const char *emph_delim;
bool first_in_list_item;
bufsize_t marker_width;
bool has_nonspace;
Expand Down

0 comments on commit 31c459d

Please sign in to comment.