summaryrefslogtreecommitdiff
path: root/src/ivyperf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyperf.c')
-rwxr-xr-xsrc/ivyperf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivyperf.c b/src/ivyperf.c
index 05a9754..07453e3 100755
--- a/src/ivyperf.c
+++ b/src/ivyperf.c
@@ -111,6 +111,6 @@ int main(int argc, char *argv[])
TimerRepeatAfter (TIMER_LOOP, time, TimerCall, (void*)1);
- IvyMainLoop (0,0);
+ IvyMainLoop ();
return 0;
}