From 9253b30c0dd8180366ee884c6404b23772c57997 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 28 Nov 2023 16:04:44 -0800 Subject: Explicit return value --- convert-markdown.c | 1 + 1 file changed, 1 insertion(+) (limited to 'convert-markdown.c') 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; } -- cgit v1.2.3