[vlc-commits] Audio output: Fix comment typo
Jean-Baptiste Kempf
git at videolan.org
Sun Jun 14 18:39:21 CEST 2015
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 14 18:34:49 2015 +0200| [2bb8def8c85c7ef5fc1c3a5369061e47e9bc414a] | committer: Jean-Baptiste Kempf
Audio output: Fix comment typo
(cherry picked from commit de9f47297bf9d2b3d4115ff494b80d6b04140435)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=2bb8def8c85c7ef5fc1c3a5369061e47e9bc414a
---
src/audio_output/output.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/audio_output/output.c b/src/audio_output/output.c
index 80c4973..ad9f676 100644
--- a/src/audio_output/output.c
+++ b/src/audio_output/output.c
@@ -684,7 +684,7 @@ int aout_DeviceSet (audio_output_t *aout, const char *id)
* The function will heap-allocate two tables of heap-allocated strings;
* the caller is responsible for freeing all strings and both tables.
*
- * \param ids pointer to a table of device identifiers [OUT]
+ * \param ids pointer to a table of device identifiers [OUT]
* \param names pointer to a table of device human-readable descriptions [OUT]
* \return the number of devices, or negative on error.
* \note In case of error, *ids and *names are undefined.
More information about the vlc-commits
mailing list