Skip to content

Commit

Permalink
- Fix bootstrap compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12092 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 18, 2012
1 parent 57acd81 commit a50e841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/SCodeInst.mo
Expand Up @@ -2870,7 +2870,7 @@ protected function instConditionalElementOnTrue
output SymbolTable outSymbolTable;
output FunctionHashTable outFunctions;
algorithm
(outElement, outSymbolTable) := match(inCondition, inElement, inSymbolTable, inFunctions)
(outElement, outSymbolTable, outFunctions) := match(inCondition, inElement, inSymbolTable, inFunctions)
local
Option<Element> oel;
SymbolTable st;
Expand Down

0 comments on commit a50e841

Please sign in to comment.