summaryrefslogtreecommitdiff
path: root/examples/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/main.c')
-rw-r--r--examples/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/main.c b/examples/main.c
index 587dbd21..3f7c78e0 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -1,7 +1,7 @@
/* This is just to make the code in the example directory link properly. */
#include <libical/ical.h>
-int main()
+int main(void)
{
return 1;
}