Commit a7b7de35 authored by Cedric Roux's avatar Cedric Roux

integration fix: remove compilation warning (not sure -1 is the correct value)

parent e68d6bd4
...@@ -153,5 +153,5 @@ int config_isparamset(paramdef_t *params,int paramidx) ...@@ -153,5 +153,5 @@ int config_isparamset(paramdef_t *params,int paramidx)
} }
int config_getparamval_fromparamdefidx(paramdef_t *cfgoptions,int paramidx) { int config_getparamval_fromparamdefidx(paramdef_t *cfgoptions,int paramidx) {
return -1;
} }
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