diff options
author | rpj <rpj> | 2005-04-26 02:41:11 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-26 02:41:11 +0000 |
commit | 29d3e89b71281c626f151a1585a40d9d2448123b (patch) | |
tree | c74208412856a7ec52b4ba24650c697bd78b5ab9 /tests/eyal1.c | |
parent | 20f8973d1ae941b0727f343c7f646b0eeb74087a (diff) |
''
Diffstat (limited to 'tests/eyal1.c')
-rw-r--r-- | tests/eyal1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/eyal1.c b/tests/eyal1.c index 31226b0..72b5697 100644 --- a/tests/eyal1.c +++ b/tests/eyal1.c @@ -294,7 +294,7 @@ main (int argc, char *argv[]) assert((tcs[i].stat = pthread_create (&tcs[i].thread, NULL, - (void *(*)(void *))&print_server, + (void *(*)(void *))print_server, (void *) &tcs[i]) ) == 0); |