Fix Solaris 10 compile failure

 - Void function can't return a value
parent fe0cfacf
......@@ -334,7 +334,7 @@ dict_col_copy_type_noninline(
const dict_col_t* col, /* in: column */
dtype_t* type) /* out: data type */
{
return(dict_col_copy_type(col, type));
dict_col_copy_type(col, type);
}
/************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment