Skip to content

Commit 6eaf3ba

Browse files
committed
fix MatlabTranslator build
1 parent 6b59e87 commit 6eaf3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

special/MatlabTranslator/Translate.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3009,7 +3009,7 @@ algorithm
30093009
list<String> f_call1, f_call2, f_call3, f_call4, fnc_hdl_ident1, no_ident;
30103010
Absyn.Info info;
30113011
list<AbsynMat.Statement> stmt_lst2;
3012-
case(AbsynMat.STATEMENT_APPEND(AbsynMat.STATEMENT(NONE(),NONE(),SOME(AbsynMat.START(usr_fnc,sep,stmt_lst2)),NONE()),sep)::{},f_call4,fnc_hdl_ident1)
3012+
case(AbsynMat.STATEMENT_APPEND(AbsynMat.STATEMENT(NONE(),NONE(),SOME(AbsynMat.START(usr_fnc,sep,stmt_lst2)),NONE()),_)::{},f_call4,fnc_hdl_ident1)
30133013
equation
30143014
(mod_class2,f_call1) = sub_function(stmt_lst2,f_call4,fnc_hdl_ident1);
30153015
f_call3 = listAppend(f_call1,f_call4);

0 commit comments

Comments
 (0)