Skip to content

Commit

Permalink
Remove extra '
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18581 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 7, 2014
1 parent e38e141 commit 9caf8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Static.mo
Expand Up @@ -6474,7 +6474,7 @@ algorithm
true = numErrorMessages == Error.getNumErrorMessages();
name = Absyn.printComponentRefStr(fn);
s = stringDelimitList(List.map(args, Dump.printExpStr), ", ");
s = stringAppendList({name,"(",s,")'.\n"});
s = stringAppendList({name,"(",s,").\n"});
prestr = PrefixUtil.printPrefixStr3(pre);
Error.addSourceMessage(Error.WRONG_TYPE_OR_NO_OF_ARGS, {s,prestr}, info);
then fail();
Expand Down

0 comments on commit 9caf8be

Please sign in to comment.