Delete dead code, fix indentation, spelling, obvious warning
avoidance, doc fixes. No functional changes.
This commit is contained in:
parent
f5e49a830c
commit
d2e0c8224b
11 changed files with 23 additions and 24 deletions
|
@ -70,10 +70,10 @@ upgr(void)
|
|||
case 'L':
|
||||
return lupgr();
|
||||
default:
|
||||
pr("Ships, land units or planes only!\n");
|
||||
return RET_SYN;
|
||||
break;
|
||||
}
|
||||
return RET_OK;
|
||||
pr("Ships, land units or planes only!\n");
|
||||
return RET_SYN;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue