fix lint errors.

This commit is contained in:
christos 2003-08-16 21:56:23 +00:00
parent 03a450b1a6
commit f068e22a9f
1 changed files with 1 additions and 2 deletions

View File

@ -1142,7 +1142,6 @@ find_target (name)
while (match->vector == NULL)
++match;
return match->vector;
break;
}
}
@ -1293,7 +1292,7 @@ DESCRIPTION
const bfd_target *
bfd_search_for_target (search_func, data)
int (* search_func) PARAMS ((const bfd_target * target, void * data));
int (* search_func) PARAMS ((const bfd_target *, void *));
void * data;
{
const bfd_target * const * target;