[vlc-commits] Audio output: Fix comment typo

Jean-Baptiste Kempf git at videolan.org
Sun Jun 14 18:35:11 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 14 18:34:49 2015 +0200| [de9f47297bf9d2b3d4115ff494b80d6b04140435] | committer: Jean-Baptiste Kempf

Audio output: Fix comment typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de9f47297bf9d2b3d4115ff494b80d6b04140435
---

 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 9856ac7..2be34e7 100644
--- a/src/audio_output/output.c
+++ b/src/audio_output/output.c
@@ -672,7 +672,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