From 7439747876e5d26d0c09b5a80deb1403f8811b58 Mon Sep 17 00:00:00 2001 From: Kilian Hofmann Date: Fri, 2 Sep 2022 17:42:48 +0200 Subject: [PATCH] merge branch --- xplugin/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xplugin/main.cpp b/xplugin/main.cpp index 1a74ef8..92837c4 100644 --- a/xplugin/main.cpp +++ b/xplugin/main.cpp @@ -277,4 +277,4 @@ void toLog(const std::string &message) std::stringstream msg; msg << "German Airlines VA: " << message << std::endl; XPLMDebugString(msg.str().c_str()); -} \ No newline at end of file +}