diff options
Diffstat (limited to 'Alc/backends/pulseaudio.cpp')
-rw-r--r-- | Alc/backends/pulseaudio.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Alc/backends/pulseaudio.cpp b/Alc/backends/pulseaudio.cpp index 2a2de2a6..09b55229 100644 --- a/Alc/backends/pulseaudio.cpp +++ b/Alc/backends/pulseaudio.cpp @@ -1816,9 +1816,9 @@ static void PulseBackendFactory_probe(PulseBackendFactory* UNUSED(self), enum De { const char *name{entry.name.c_str()}; size_t namelen{entry.name.length()}; - /* +1 to also append the null char (to ensure a null-separated list - * and double-null terminated list). - */ + /* +1 to also append the null char (to ensure a null-separated list and + * double-null terminated list). + */ alstr_append_range(outnames, name, name + namelen+1); }; switch(type) |