Remove silly superflous parenthesis.
This commit is contained in:
parent
e59c4bcfd0
commit
e29f288289
8 changed files with 23 additions and 23 deletions
|
@ -128,7 +128,7 @@ verify_row(int type, int row)
|
|||
}
|
||||
if (!in_mem)
|
||||
free(row_ref);
|
||||
return(ret_val);
|
||||
return ret_val;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue