Remove superflous casts.

This commit is contained in:
Markus Armbruster 2006-03-28 19:51:48 +00:00
parent a1ce7db238
commit bd2673a6e4
8 changed files with 8 additions and 8 deletions

View file

@ -104,7 +104,7 @@ draw_map(int bmap, s_char origin, int map_flags, struct nstr_sect *nsp)
nsp->ncond = 0;
xyrelrange(np, &nsp->range, &range);
border(&range, " ", "");
blankfill((s_char *)wmapbuf, &nsp->range, 1);
blankfill(wmapbuf, &nsp->range, 1);
if (bmap) {
int c;
switch (bmap) {