scilab: fix comment

This commit is contained in:
Simon Marchetto 2014-02-25 14:53:04 +01:00
commit beea11cb00

View file

@ -88,7 +88,7 @@ SWIG_Scilab_SetOutput(void *_pvApiCtx, SwigSciObject _output) {
}
/* Error functions */
/* Pointer conversion functions */
SWIGINTERN int
SwigScilabPtrToObject(void *_pvApiCtx, int _iVar, void **_pObjValue, swig_type_info *_descriptor, int _flags, char *_fname) {
@ -121,8 +121,6 @@ SwigScilabPtrToObject(void *_pvApiCtx, int _iVar, void **_pObjValue, swig_type_i
return SWIG_OK;
}
/* Pointer conversion functions */
SWIGRUNTIMEINLINE int
SwigScilabPtrFromObject(void *_pvApiCtx, int _iVarOut, void *_object, swig_type_info *_descriptor, int _flags) {
SciErr sciErr;