Skip to content
Snippets Groups Projects
Commit a7b7de35 authored by Cedric Roux's avatar Cedric Roux
Browse files

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

parent e68d6bd4
No related branches found
No related tags found
No related merge requests found
......@@ -153,5 +153,5 @@ int config_isparamset(paramdef_t *params,int paramidx)
}
int config_getparamval_fromparamdefidx(paramdef_t *cfgoptions,int paramidx) {
return -1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment