diff --git a/corsika/detail/framework/utility/COMBoost.inl b/corsika/detail/framework/utility/COMBoost.inl
index 36111a2b9c67234b089033cbe311bb1b200b9b9a..35dbdb10ad63b87f58a31093eba13dcdbe84cc7d 100644
--- a/corsika/detail/framework/utility/COMBoost.inl
+++ b/corsika/detail/framework/utility/COMBoost.inl
@@ -42,8 +42,8 @@ namespace corsika {
 
     setBoost(coshEta, sinhEta);
 
-    CORSIKA_LOG_TRACE("COMBoost (1-beta)={}, gamma={}, det={}", 1 - sinhEta / coshEta,
-                      coshEta, boost_.determinant() - 1);
+    CORSIKA_LOG_TRACE("COMBoost (1-beta)={}, gamma={}, det={}", 1 - sinhEta / coshEta, coshEta,
+                boost_.determinant() - 1);
   }
 
   COMBoost::COMBoost(Vector<hepmomentum_d> const& momentum, HEPEnergyType mass)
diff --git a/corsika/framework/utility/CorsikaFenv.hpp b/corsika/framework/utility/CorsikaFenv.hpp
index 07bdb33a72ee748c019e7e9c26d6469f4d6bf56f..a7d51aef55b6c1ff7819bbed6fa8d44b99be9b79 100644
--- a/corsika/framework/utility/CorsikaFenv.hpp
+++ b/corsika/framework/utility/CorsikaFenv.hpp
@@ -22,10 +22,10 @@ int fedisableexcept(int excepts);
 
 #ifdef CORSIKA_HAS_FEENABLEEXCEPT
     // Nothing to do, OS privides the functions
-#elif
+#else
     #ifdef CORSIKA_OS_MAC
         #include <corsika/detail/framework/utility/CorsikaFenvOSX.inl>
-    #elif
+    #else
         #include <corsika/detail/framework/utility/CorsikaFenvFallback.inl>
     #endif
 #endif
\ No newline at end of file