summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-02-08 17:43:19 +0000
committerOlivier Gayot <duskcoder@gmail.com>2015-02-08 17:43:19 +0000
commit56d92f01a90c37fab54d3960ca97af80f70fbfd7 (patch)
tree953497c48df72f8a457d329f283930cb899c82d9
parent3f43d5da90770b4f92153074b59e7f813273eb1a (diff)
cph: explicit the return value of main
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--cph.c2
1 files changed, 2 insertions, 0 deletions
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;
}