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
diff options
context:
space:
mode:
authorJörg Müller <nexyon@gmail.com>2021-03-17 00:32:16 +0300
committerJörg Müller <nexyon@gmail.com>2021-03-17 01:21:45 +0300
commit7b8fc307dc4ff608fc68e2decee45bae59f0c7c9 (patch)
tree9690b32b66aec4595df83e92f9595a819b715339 /source/creator
parent262a0988466e95ab31b834a6479b8be7ec1023d6 (diff)
Audaspace: porting minor improvements from upstream
- NullDevice is now called None - Automatic choice of best available device. - Minor formatting, documentation and cmake fixes.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 7316c1729f5..22a56165ab4 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1330,7 +1330,7 @@ static const char arg_handle_audio_set_doc[] =
"\n\t"
"Force sound system to a specific device."
"\n\t"
- "'NULL' 'SDL' 'OPENAL' 'JACK'.";
+ "'None' 'SDL' 'OpenAL' 'JACK'.";
static int arg_handle_audio_set(int argc, const char **argv, void *UNUSED(data))
{
if (argc < 1) {