aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--convert-markdown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert-markdown.c b/convert-markdown.c
index 1d1414c..15e0be1 100644
--- a/convert-markdown.c
+++ b/convert-markdown.c
@@ -52,4 +52,5 @@ int main(void) {
errx(1, "lowdown_file");
fwrite(buf, 1, bufsz, stdout);
free(buf);
+ return 0;
}