Skip to content

Commit

Permalink
- Small typo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10800 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 20, 2011
1 parent 3daeb7d commit c1f50f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Script/CevalScript.mo
Expand Up @@ -987,7 +987,7 @@ algorithm
then
(cache,Values.TUPLE({Values.INTEGER(-1),v}),st);

case (cache,env,"list",{Values.CODE(Absyn.C_TYPENAME(Absyn.IDENT("AllLoadedClasses"))),Values.BOOL(false)},(st as Interactive.SYMBOLTABLE(ast = p)),msg)
case (cache,env,"list",{Values.CODE(Absyn.C_TYPENAME(Absyn.IDENT("AllLoadedClasses"))),Values.BOOL(false),Values.BOOL(false)},(st as Interactive.SYMBOLTABLE(ast = p)),msg)
equation
str = Dump.unparseStr(p,false);
then
Expand Down

0 comments on commit c1f50f8

Please sign in to comment.