Cleanup compiler warning

This commit is contained in:
wdenk 2003-03-12 10:43:01 +00:00
parent 3bac351370
commit 09127c6096
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ void cs8900_e2prom_write(unsigned char addr, unsigned short value)
put_reg(PP_EECMD, EEPROM_WRITE_DIS);
cs8900_e2prom_ready();
return 0;
return;
}
#endif /* COMMANDS & CFG_NET */