Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Henning Kiel committed Dec 11, 2014
1 parent a23b8a8 commit 5aa69a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/util/integer_array.c
Expand Up @@ -1076,7 +1076,7 @@ void div_scalar_integer_array(modelica_integer a, const integer_array_t* b, inte
integer_array_t div_alloc_scalar_integer_array(modelica_integer a, const integer_array_t b)
{
integer_array_t dest;
clone_integer_array_spec(&b,d&est);
clone_integer_array_spec(&b,&dest);
alloc_integer_array_data(&dest);
div_scalar_integer_array(a,&b,&dest);
}
Expand Down

0 comments on commit 5aa69a5

Please sign in to comment.