Skip to content

Commit

Permalink
- Fix bootstrapping.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Nov 20, 2012
1 parent 09fafda commit 2c58d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/DAEDump.mo
Expand Up @@ -3951,7 +3951,7 @@ protected function connectsStr
input list<Option<tuple<DAE.ComponentRef, DAE.ComponentRef>>> inLst;
output list<String> outStr;
algorithm
outstr := matchcontinue(inLst)
outStr := matchcontinue(inLst)
local
list<Option<tuple<DAE.ComponentRef, DAE.ComponentRef>>> rest;
list<String> slst;
Expand Down

0 comments on commit 2c58d76

Please sign in to comment.