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

@ -105,7 +105,7 @@ satmap(int x, int y, int eff, int range, int flags, int type)
else
snxtsct_dist(&ns, x, y, range);
blankfill((s_char *)radbuf, &ns.range, 1);
blankfill(radbuf, &ns.range, 1);
if (flags & P_S) {
pr("Satellite sector report\n");
prdate();