diff -r 69056c46aa4d -r bc2d4bf9cbe5 master/slave.h --- a/master/slave.h Thu Sep 06 19:52:17 2012 +0200 +++ b/master/slave.h Thu Sep 06 20:22:24 2012 +0200 @@ -128,7 +128,7 @@ /** Slave information interface data. */ typedef struct { - // Non-category data + // Non-category data uint16_t alias; /**< Configured station alias. */ uint32_t vendor_id; /**< Vendor ID. */ uint32_t product_code; /**< Vendor-specific product code. */ @@ -257,7 +257,7 @@ ec_direction_t); // misc. -ec_sync_t *ec_slave_get_sync(ec_slave_t *, uint8_t); +ec_sync_t *ec_slave_get_sync(ec_slave_t *, uint8_t); void ec_slave_sdo_dict_info(const ec_slave_t *, unsigned int *, unsigned int *);