fixed more (tiny) warnings...

This commit is contained in:
goldsimon
2015-04-22 14:56:58 +02:00
parent f5077dc982
commit b16316ae37
2 changed files with 3 additions and 3 deletions

View File

@@ -384,7 +384,7 @@ autoip_stop(struct netif *netif)
* Has to be called in loop every AUTOIP_TMR_INTERVAL milliseconds
*/
void
autoip_tmr()
autoip_tmr(void)
{
struct netif *netif = netif_list;
/* loop through netif's */