diff --git a/Source/Modules/scilab.cxx b/Source/Modules/scilab.cxx index 011ac459a..9968ee504 100644 --- a/Source/Modules/scilab.cxx +++ b/Source/Modules/scilab.cxx @@ -978,20 +978,18 @@ public: FileErrorDisplay(gatewayXMLFilename); SWIG_exit(EXIT_FAILURE); } - + + // Add a slightly modified SWIG banner to the gateway XML ("--modify" is illegal in XML) gatewayXML = NewString(""); Printf(gatewayXML, "\n"); - Printf(gatewayXML, "\n", gatewayName); Printf(gatewayXML, "\n"); + Printf(gatewayXML, "\n", gatewayName); primitiveID = 1; }