From c1804010a7c4833cd96b701fc6c2aa4bd1eddb35 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Wed, 14 Jul 2021 04:59:26 -0700 Subject: [PATCH] Corrected comment. (#2567) --- Buildings/Resources/C-Sources/EnergyPlusWrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildings/Resources/C-Sources/EnergyPlusWrapper.c b/Buildings/Resources/C-Sources/EnergyPlusWrapper.c index e006c9aa95a..c920768bc81 100644 --- a/Buildings/Resources/C-Sources/EnergyPlusWrapper.c +++ b/Buildings/Resources/C-Sources/EnergyPlusWrapper.c @@ -15,7 +15,7 @@ Using function pointers allows the library to load the correct version provided by the Modelica simulation environment that compiles the Modelica model. -/* ********************************************************* */ + ********************************************************* */ /* Custom implementation of ModelicaFormatMessage that prints to stdout #define my_printf(...) MyModelicaFormatMessage(__VA_ARGS__)