Fixed warnings in master.c.

This commit is contained in:
Florian Pose 2006-12-18 11:51:43 +00:00
parent 7edbaa7ec7
commit 0c3d8c8ce1
1 changed files with 2 additions and 1 deletions

View File

@ -1508,7 +1508,8 @@ ec_slave_t *ecrt_master_get_slave(const ec_master_t *master, /**< Master */
)
{
unsigned long first, second;
char *remainder, *remainder2, original;
char *remainder, *remainder2;
const char *original;
unsigned int alias_requested, alias_found;
ec_slave_t *alias_slave = NULL, *slave;