Skip to content

Commit

Permalink
[Janitor mode] Fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19005 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Feb 6, 2014
1 parent bdb0d22 commit 1ce72d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/util/division.c
Expand Up @@ -58,7 +58,7 @@ modelica_real division_error_time(modelica_real b, const char* division_str, mod
"division by zero in partial equation: %s\n"
"at Time=%f\n"
"[line] %ld | [file] %s", division_str, time, line, file);
longjmp(simJmpBuffer, 1);
longjmp(simJmpBuffer, 1);
}
return b;
}
Expand Down

0 comments on commit 1ce72d5

Please sign in to comment.