scilab: remove ending period in error message
This commit is contained in:
parent
b21afc2128
commit
8685b03297
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ SWIG_Scilab_ErrorType(int code) {
|
|||
SWIGINTERN void
|
||||
SWIG_Scilab_ErrorMsg(int code, const char *msg)
|
||||
{
|
||||
Scierror(999, _("SWIG/Scilab %s: %s.\n"), SWIG_Scilab_ErrorType(code), msg);
|
||||
Scierror(999, _("SWIG/Scilab %s: %s\n"), SWIG_Scilab_ErrorType(code), msg);
|
||||
}
|
||||
|
||||
#define SWIG_Error(code, msg) SWIG_Scilab_ErrorMsg(code, msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue