aboutsummaryrefslogtreecommitdiff
path: root/example/time
diff options
context:
space:
mode:
Diffstat (limited to 'example/time')
-rw-r--r--example/time/time_global_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/time/time_global_test.c b/example/time/time_global_test.c
index a879745d3..317f9a270 100644
--- a/example/time/time_global_test.c
+++ b/example/time/time_global_test.c
@@ -259,7 +259,7 @@ int main(int argc, char *argv[])
odph_odpthread_params_t thr_params;
/* let helper collect its own arguments (e.g. --odph_proc) */
- odph_parse_options(argc, argv, NULL, NULL);
+ argc = odph_parse_options(argc, argv);
printf("\nODP global time test starts\n");