summaryrefslogtreecommitdiff
path: root/include/asterisk/musiconhold.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/musiconhold.h')
-rw-r--r--include/asterisk/musiconhold.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/musiconhold.h b/include/asterisk/musiconhold.h
index 8a8018d19..480f2ff8e 100644
--- a/include/asterisk/musiconhold.h
+++ b/include/asterisk/musiconhold.h
@@ -36,8 +36,8 @@ extern "C" {
* \param interpclass The class to use if the musicclass is not currently set on
* the channel structure or in the mclass argument.
*
- * \retval 0 success
- * \retval non-zero failure
+ * \retval Zero on success
+ * \retval non-zero on failure
*/
int ast_moh_start(struct ast_channel *chan, const char *mclass, const char *interpclass);