From 1016b71eb8bb6def0c760ee39d3d65c8ea6ad323 Mon Sep 17 00:00:00 2001 From: Clément DAVID Date: Mon, 14 Mar 2016 14:40:42 +0000 Subject: Fix the build for Scilab 6 --- builder.sce | 2 +- macros/FunctionAnnotation/FA_SZ_FROM_VAL.sci | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/builder.sce b/builder.sce index 71523a6b..9279a99e 100644 --- a/builder.sce +++ b/builder.sce @@ -18,7 +18,7 @@ catch end; // ==================================================================== if ~with_module('development_tools') then - error(msprintf(gettext('%s module not installed."),'development_tools')); + error(msprintf(gettext("%s module not installed."),"development_tools")); end // ==================================================================== TOOLBOX_NAME = 'scilab2c'; diff --git a/macros/FunctionAnnotation/FA_SZ_FROM_VAL.sci b/macros/FunctionAnnotation/FA_SZ_FROM_VAL.sci index c3cae536..422e04e2 100644 --- a/macros/FunctionAnnotation/FA_SZ_FROM_VAL.sci +++ b/macros/FunctionAnnotation/FA_SZ_FROM_VAL.sci @@ -33,4 +33,5 @@ else end -endfunction: +endfunction + -- cgit