diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -79,7 +79,7 @@ int main(int argc, char *argv[]) | |||
| 79 | if (strcmp(cmd, "markdown") == 0) { | 79 | if (strcmp(cmd, "markdown") == 0) { |
| 80 | /* undocumented, for testing only */ | 80 | /* undocumented, for testing only */ |
| 81 | xs *c = xs_readall(stdin); | 81 | xs *c = xs_readall(stdin); |
| 82 | xs *fc = not_really_markdown(c, &fc); | 82 | xs *fc = not_really_markdown(c); |
| 83 | 83 | ||
| 84 | printf("<html>\n%s\n</html>\n", fc); | 84 | printf("<html>\n%s\n</html>\n", fc); |
| 85 | return 0; | 85 | return 0; |