summaryrefslogtreecommitdiff
path: root/main/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/channel.c b/main/channel.c
index 872e844d8..66d7ef588 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -811,7 +811,10 @@ int ast_str2cause(const char *name)
}
/*! \brief Gives the string form of a given channel state.
- \note This function is not reentrant.
+ *
+ * \note This function is not reentrant.
+ *
+ * \param state
*/
const char *ast_state2str(enum ast_channel_state state)
{