Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c
index 88d14333fb2..5584b087e40 100644
--- a/source/blender/blenkernel/intern/sound.c
+++ b/source/blender/blenkernel/intern/sound.c
@@ -842,7 +842,7 @@ char** BKE_sound_get_device_names(void)
audio_device_names = AUD_getDeviceNames();
#else
static const char* names[] = {
- "Null", "SDL", "OpenAL", "Jack"
+ "Null", "SDL", "OpenAL", "Jack", NULL
};
audio_device_names = (char**)names;
#endif