aboutsummaryrefslogtreecommitdiff
path: root/src/setu/perf_setu_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setu/perf_setu_api.c')
-rw-r--r--src/setu/perf_setu_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index f4792e38b..e8a3833bd 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -407,7 +407,7 @@ run (void *cls,
407 initRandomSets(450,500,500,32); 407 initRandomSets(450,500,500,32);
408} 408}
409 409
410static void perf_thread(void *arg) { 410void *perf_thread() {
411 411
412 printf("OK\n"); 412 printf("OK\n");
413 413