From 56d92f01a90c37fab54d3960ca97af80f70fbfd7 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 8 Feb 2015 17:43:19 +0000 Subject: cph: explicit the return value of main Signed-off-by: Olivier Gayot --- cph.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cph.c b/cph.c index c587a30..f9c00c6 100644 --- a/cph.c +++ b/cph.c @@ -39,4 +39,6 @@ int main(void) break; } } + + return 0; } -- cgit v1.2.3