scilab: fix compilation error (extra parenthesis)
This commit is contained in:
parent
35b6732b3d
commit
7249cd6a97
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ int SWIG_this(SWIG_GatewayParameters) {
|
|||
if (SwigScilabPtrToObject(pvApiCtx, 1, &ptrValue, NULL, 0, fname) == SWIG_OK) {
|
||||
SWIG_Scilab_SetOutputPosition(1);
|
||||
createScalarDouble(pvApiCtx, SWIG_NbInputArgument(pvApiCtx) + 1,
|
||||
(double) (unsigned long) ptrValue));
|
||||
(double) (unsigned long) ptrValue);
|
||||
return SWIG_Scilab_SetOutput(pvApiCtx);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue