diff options
author | rpj <rpj> | 2005-04-26 02:43:18 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-26 02:43:18 +0000 |
commit | f87899d45b5b9d10e75d7cf30bcbc0f4dac9f251 (patch) | |
tree | 5cb024ca6ac9ff8b0530528d279e482c880664f9 /tests/eyal1.c | |
parent | a06bad7ea9a24a3ea93fe1e7b9b99155481ada3a (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); |