aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax
diff options
context:
space:
mode:
Diffstat (limited to 'al/eax')
-rw-r--r--al/eax/utils.cpp3
-rw-r--r--al/eax/utils.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/al/eax/utils.cpp b/al/eax/utils.cpp
index 1ee7dbc7..b3ed6ca1 100644
--- a/al/eax/utils.cpp
+++ b/al/eax/utils.cpp
@@ -8,8 +8,7 @@
#include "core/logging.h"
-void eax_log_exception(
- const char* message) noexcept
+void eax_log_exception(const char *message) noexcept
{
const auto exception_ptr = std::current_exception();
assert(exception_ptr);
diff --git a/al/eax/utils.h b/al/eax/utils.h
index 5a8fdd64..2960c6d7 100644
--- a/al/eax/utils.h
+++ b/al/eax/utils.h
@@ -11,7 +11,7 @@ struct EaxAlLowPassParam {
float gain_hf;
};
-void eax_log_exception(const char* message = nullptr) noexcept;
+void eax_log_exception(const char *message) noexcept;
template<typename TException, typename TValue>
void eax_validate_range(