aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/null.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/null.c')
-rw-r--r--Alc/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/null.c b/Alc/null.c
index 15efee1d..1a08de8f 100644
--- a/Alc/null.c
+++ b/Alc/null.c
@@ -151,7 +151,7 @@ static ALCboolean null_open_capture(ALCdevice *device, const ALCchar *deviceName
}
-BackendFuncs null_funcs = {
+static const BackendFuncs null_funcs = {
null_open_playback,
null_close_playback,
null_reset_playback,