summaryrefslogtreecommitdiff
path: root/test/occhild.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-15 21:46:38 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-15 21:46:38 +0000
commit16daafd3201070bda2856b797a99e192f9550ba2 (patch)
tree414bd4940b3a1ae61d03431b9c424a7447ab69a4 /test/occhild.c
parent1878cd763f7f036426ef558a304b408c0b0f8c34 (diff)
downloadlibapr-16daafd3201070bda2856b797a99e192f9550ba2.tar.gz
Clean up a lot of warnings in the test directory.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/occhild.c')
-rw-r--r--test/occhild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/occhild.c b/test/occhild.c
index d5171ec6e..3807b537a 100644
--- a/test/occhild.c
+++ b/test/occhild.c
@@ -2,7 +2,7 @@
#include <unistd.h>
#include <stdlib.h>
-int main()
+int main(void)
{
int rc=1;
char buf[256];