examples: hoedown_markdown was typedef'ed for some reason!
This commit is contained in:
parent
78811e7420
commit
7ef947dd17
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ main(int argc, char **argv)
|
|||
FILE *in = stdin;
|
||||
|
||||
hoedown_renderer *renderer;
|
||||
struct hoedown_markdown *markdown;
|
||||
hoedown_markdown *markdown;
|
||||
|
||||
/* opening the file if given from the command line */
|
||||
if (argc > 1) {
|
||||
|
|
Loading…
Reference in a new issue