Lint part 1, unused variables, routines, and return codes.

This commit is contained in:
jwalz
2002-03-10 00:30:53 +00:00
parent 570a6e8bbd
commit bab78d03c8
18 changed files with 43 additions and 90 deletions

View File

@@ -469,7 +469,7 @@ register struct obj *obj;
char buf[BUFSZ];
/* doname can call s_suffix, reusing its buffer */
strcpy(buf, s_suffix(mon_nam(u.ustuck)));
Strcpy(buf, s_suffix(mon_nam(u.ustuck)));
You("drop %s into %s %s.", doname(obj), buf,
mbodypart(u.ustuck, STOMACH));
}