diff options
| author | default <nobody@localhost> | 2022-11-13 08:41:50 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2022-11-13 08:41:50 +0100 |
| commit | 73323a7fc0bf29b0409a34bafc728374fd58bb7a (patch) | |
| tree | 6db6b653e29d6e8e1fcf1b959926818e6b54a9d3 /main.c | |
| parent | 88ea9b0839b2d2bf7ee40828a4f68ef3dc880246 (diff) | |
Some formatting refactoring.
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[]) if (strcmp(cmd, "markdown") == 0) { /* undocumented, for testing only */ xs *c = xs_readall(stdin); - xs *fc = not_really_markdown(c, &fc); + xs *fc = not_really_markdown(c); printf("<html>\n%s\n</html>\n", fc); return 0; |