Skip to content

Commit

Permalink
missed closing ');' on last commit.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3994 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Björn Zachrisson committed Apr 2, 2009
1 parent f6e4d72 commit 4edcf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Inst.mo
Expand Up @@ -1901,7 +1901,7 @@ algorithm outComps := matchcontinue(inComps, ocr,allComps,className)
case(inComps, SOME(cr), allComps,className)
equation
Debug.fprint("failtrace", "ExtractConstantPlusDeps::Failure to find " +& Exp.printComponentRefStr(cr) +& ", returning \n");
Debug.fprint("failtrace", "Elements to instantiate:" +& intString(listLength(inComps)) +& "\n"
Debug.fprint("failtrace", "Elements to instantiate:" +& intString(listLength(inComps)) +& "\n");
then
inComps;
end matchcontinue;
Expand Down

0 comments on commit 4edcf8c

Please sign in to comment.