summaryrefslogtreecommitdiff
path: root/examples/main.c
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-04-28 17:12:59 -0400
committerAllen Winter <allen.winter@kdab.com>2015-04-28 17:12:59 -0400
commitf7d6f275cb3880d519f8fe8016bfaa787c293a2b (patch)
treef16cbe6bd90e59dbab1d36110569cfbd3f933f0d /examples/main.c
parent7263e5201247f2cabee805dca6eddf9f9e97704f (diff)
downloadlibical-git-f7d6f275cb3880d519f8fe8016bfaa787c293a2b.tar.gz
finish header cleaning on linux anway. need to test other platforms now
Diffstat (limited to 'examples/main.c')
-rw-r--r--examples/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/main.c b/examples/main.c
index 26725eaf..587dbd21 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -3,11 +3,11 @@
int main()
{
-
return 1;
}
-void do_something(icalcomponent* comp){
+void do_something(icalcomponent* comp)
+{
(void)comp;/*unused*/
}