Commit de9f4729 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Audio output: Fix comment typo

parent ca39c308
...@@ -672,7 +672,7 @@ int aout_DeviceSet (audio_output_t *aout, const char *id) ...@@ -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 function will heap-allocate two tables of heap-allocated strings;
* the caller is responsible for freeing all strings and both tables. * 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] * \param names pointer to a table of device human-readable descriptions [OUT]
* \return the number of devices, or negative on error. * \return the number of devices, or negative on error.
* \note In case of error, *ids and *names are undefined. * \note In case of error, *ids and *names are undefined.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment