Skip to content

Commit

Permalink
Fix output.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13959 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
mahge committed Nov 19, 2012
1 parent 0606b02 commit 27063fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Inst.mo
Original file line number Diff line number Diff line change
Expand Up @@ -18198,7 +18198,7 @@ protected function checkParallelismWRTEnv
input Absyn.Info inInfo;
output Boolean isValid;
algorithm
_ := matchcontinue(inEnv,inName,inAttr,inInfo)
isValid := matchcontinue(inEnv,inName,inAttr,inInfo)
local
String errorString,scopeName;
Env.ScopeType stype;
Expand Down

0 comments on commit 27063fc

Please sign in to comment.