Remove redundant parenthesis.
Submitted by: pfg MFC after: 2 weeks.
This commit is contained in:
parent
cf83e90307
commit
2f21908de4
@ -854,7 +854,7 @@ string(const char *str, char **ans)
|
||||
static const char *
|
||||
get_type(int type)
|
||||
{
|
||||
int numentries = (nitems(part_types));
|
||||
int numentries = nitems(part_types);
|
||||
int counter = 0;
|
||||
struct part_type *ptr = part_types;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user