Remove silly superflous parenthesis.

This commit is contained in:
Markus Armbruster 2006-03-26 07:46:49 +00:00
parent beae3ea770
commit 0d0a305bf3
14 changed files with 31 additions and 31 deletions

View file

@ -966,7 +966,7 @@ oprange(struct genitem *gp, int type, int *radius)
break;
}
if ((*radius) > range)
if (*radius > range)
*radius = range;
return range;