Delete dead code, fix indentation, spelling, obvious warning

avoidance, doc fixes.  No functional changes.
This commit is contained in:
Markus Armbruster 2004-02-27 20:13:28 +00:00
parent f5e49a830c
commit d2e0c8224b
11 changed files with 23 additions and 24 deletions

View file

@ -360,7 +360,7 @@ resbenefit(natid who, int good)
}
}
extern void
void
resnoise(struct sctstr *sptr, int public_amt, s_char *name, int old,
int new)
{

View file

@ -62,7 +62,7 @@ tele(void)
logerror("tele: typed_wu failed to #%d", to);
} else if (*player->argp[0] == 'p') {
if (getele("your Gracious Deity", buf) <= 0) {
pr("Prayor aborted\n");
pr("Prayer aborted\n");
return RET_OK;
}
pr("\n");

View file

@ -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