diff options
Diffstat (limited to 'test/grail.c')
| -rw-r--r-- | test/grail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/grail.c b/test/grail.c index c8c57cc..f34bd6f 100644 --- a/test/grail.c +++ b/test/grail.c | |||
| @@ -33,7 +33,7 @@ static grail_mask_t flag_mask[DIM_GRAIL_TYPE_BYTES]; | |||
| 33 | static int tp_get_clients(struct grail *ge, | 33 | static int tp_get_clients(struct grail *ge, |
| 34 | struct grail_client_info *clients, int max_clients, | 34 | struct grail_client_info *clients, int max_clients, |
| 35 | const struct grail_coord *coords, int num_coords, | 35 | const struct grail_coord *coords, int num_coords, |
| 36 | const grail_mask_t *types, int ntypes) | 36 | const grail_mask_t *types, int type_bytes) |
| 37 | { | 37 | { |
| 38 | memset(&clients[0], 0, sizeof(clients[0])); | 38 | memset(&clients[0], 0, sizeof(clients[0])); |
| 39 | clients[0].id.client = 345; | 39 | clients[0].id.client = 345; |
