Remove tab chars from retro C sources.
This commit is contained in:
parent
0a88373add
commit
1a5e20bc5f
12 changed files with 41 additions and 41 deletions
|
@ -78,7 +78,7 @@ config_read(char *filename)
|
|||
}
|
||||
|
||||
if(cfs_read(file, &config, sizeof(config)) < sizeof(config)
|
||||
- sizeof(config.ethernetcfg.name)) {
|
||||
- sizeof(config.ethernetcfg.name)) {
|
||||
log_message(filename, ": No config file");
|
||||
error_exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue