Skip to content

Commit e840cad

Browse files
committed
Copied prototype change to implementation
1 parent 730b009 commit e840cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void cmark_register_node_flag(cmark_node_internal_flags *flags) {
2929
nextflag <<= 1;
3030
}
3131

32-
void cmark_init_standard_node_flags() {}
32+
void cmark_init_standard_node_flags(void) {}
3333

3434
bool cmark_node_can_contain_type(cmark_node *node, cmark_node_type child_type) {
3535
if (child_type == CMARK_NODE_DOCUMENT) {

0 commit comments

Comments
 (0)