Remove superflous casts.
This commit is contained in:
parent
a1ce7db238
commit
bd2673a6e4
8 changed files with 8 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue