aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_log.cpp
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2022-06-30 11:50:51 +1200
committerMatthew Gregan <[email protected]>2022-06-30 11:50:51 +1200
commitc4f7e5604cf09f9e48d578b71a57eb460491d768 (patch)
tree4f6308e042d2e34c8cba16c45676fab4d799b830 /src/cubeb_log.cpp
parent744d638ba702dd4d364d03c423556dfa5517e3fa (diff)
downloadcubeb-c4f7e5604cf09f9e48d578b71a57eb460491d768.tar.gz
cubeb-c4f7e5604cf09f9e48d578b71a57eb460491d768.zip
Clarify `cubeb_async_log_reset_threads` declaration.
Diffstat (limited to 'src/cubeb_log.cpp')
-rw-r--r--src/cubeb_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_log.cpp b/src/cubeb_log.cpp
index ff72e0e..bd34af1 100644
--- a/src/cubeb_log.cpp
+++ b/src/cubeb_log.cpp
@@ -123,7 +123,7 @@ cubeb_async_log(char const * fmt, ...)
}
void
-cubeb_async_log_reset_threads()
+cubeb_async_log_reset_threads(void)
{
if (!g_cubeb_log_callback) {
return;