Skip to content

Commit 3dfb4e4

Browse files
author
Jens Frenkel
committed
- fix compilation
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 2221f83 commit 3dfb4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimulationRuntime/c/simulation/simulation_runtime.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ startInteractiveSimulation(int argc, char**argv)
234234
int retVal = -1;
235235
236236
// ppriv - NO_INTERACTIVE_DEPENDENCY - for simpler debugging in Visual Studio
237-
#ifndef NO_INTERACTIVE_DEPENDENCY
237+
#ifndef NO_INTERACTIVE_DEPENDENCY
238238
initServiceInterfaceData(argc, argv);
239239
240240
//Create the Control Server Thread
@@ -753,7 +753,7 @@ static void omc_throw_simulation()
753753
{
754754
terminationAssert = 1;
755755
setTermMsg("Assertion triggered by external C function");
756-
TermInfo = (struct FILE_INFO){"",-1,-1,-1,-1,1};
756+
TermInfo = (FILE_INFO){"",-1,-1,-1,-1,1};
757757
}
758758

759759
void (*omc_assert)(const char *msg, FILE_INFO info) = omc_assert_simulation;

0 commit comments

Comments
 (0)