Fix compilation for Smartypants example
This commit is contained in:
parent
72a940f269
commit
877aa79c9e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ main(int argc, char **argv)
|
|||
/* performing markdown parsing */
|
||||
ob = bufnew(OUTPUT_UNIT);
|
||||
|
||||
sdhtml_smartypants(ob, ib);
|
||||
sdhtml_smartypants(ob, ib->data, ib->size);
|
||||
|
||||
/* writing the result to stdout */
|
||||
fwrite(ob->data, 1, ob->size, stdout);
|
||||
|
|
Loading…
Reference in a new issue