Remove silly superflous parenthesis.
This commit is contained in:
parent
beae3ea770
commit
0d0a305bf3
14 changed files with 31 additions and 31 deletions
|
@ -966,7 +966,7 @@ oprange(struct genitem *gp, int type, int *radius)
|
|||
break;
|
||||
}
|
||||
|
||||
if ((*radius) > range)
|
||||
if (*radius > range)
|
||||
*radius = range;
|
||||
|
||||
return range;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue