summaryrefslogtreecommitdiff
path: root/sfeed_mbox.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-07-31 01:20:43 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-08-03 20:43:54 +0200
commit7199cd10a97e9d648b594cf6327f9ed7fa732527 (patch)
treeb19e050bc4b6db7fc668dbe863d0b777aa7bc018 /sfeed_mbox.c
parent93044ecd315dad94be56f866c67cf3102605f566 (diff)
code-style: use a newline before return in main()
Diffstat (limited to 'sfeed_mbox.c')
-rw-r--r--sfeed_mbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfeed_mbox.c b/sfeed_mbox.c
index d16b8d3..924b6d2 100644
--- a/sfeed_mbox.c
+++ b/sfeed_mbox.c
@@ -169,5 +169,6 @@ main(int argc, char *argv[])
fclose(fp);
}
}
+
return 0;
}