summaryrefslogtreecommitdiff
path: root/main/message.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/message.c')
-rw-r--r--main/message.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/message.c b/main/message.c
index 67655f79d..c810c8445 100644
--- a/main/message.c
+++ b/main/message.c
@@ -167,7 +167,7 @@ struct ast_msg {
struct ast_msg_tech_holder {
const struct ast_msg_tech *tech;
- /*!
+ /*!
* \brief A rwlock for this object
*
* a read/write lock must be used to protect the wrapper instead
@@ -757,7 +757,7 @@ int ast_msg_queue(struct ast_msg *msg)
/*!
* \internal
* \brief Find or create a message datastore on a channel
- *
+ *
* \pre chan is locked
*
* \param chan the relevant channel