Skip to content

Commit

Permalink
- Minor fix in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 12, 2010
1 parent 0a30bd6 commit 4399c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/meta_modelica_builtin.cpp
Expand Up @@ -416,7 +416,7 @@ listStringCharString_rettype listStringCharString(modelica_metatype lst)
return res;
}

modelica_string_const stringAppendListConst(modelica_metatype lst)
stringAppendList_rettype stringAppendList(modelica_metatype lst)
{
int lstLen, i, acc, len;
modelica_string_t res, res_head, tmp;
Expand Down

0 comments on commit 4399c2f

Please sign in to comment.