diff -r 0333d8ebfff5 -r ea6ccf12c612 master/master.c --- a/master/master.c Fri Feb 03 10:46:33 2006 +0000 +++ b/master/master.c Fri Feb 03 16:23:52 2006 +0000 @@ -306,7 +306,8 @@ int ret; unsigned char command_type, command_index; - if (unlikely((ret = ec_device_receive(&master->device, master->rx_data)) < 0)) + if (unlikely((ret = ec_device_receive(&master->device, + master->rx_data)) < 0)) return -1; master->rx_data_length = (unsigned int) ret;