From e4e59b56a2d168bf4788efb0168ec5daf6a2bcda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 25 Sep 2017 16:34:45 +0200 Subject: [PATCH] Fixed the warning tag --- include/neocomm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/neocomm.h b/include/neocomm.h index 52be390..7f7b9b6 100644 --- a/include/neocomm.h +++ b/include/neocomm.h @@ -119,8 +119,8 @@ void NeoComm_leave_channel(const char *channel_name); * * @return A structure of the message. If NULL then there are no new messages. * - * @notice This command will remove the message from the internal list. - * @notice The message must be freed from memory using NeoComm_free_message. + * @warning This command will remove the message from the internal list. + * @warning The message must be freed from memory using NeoComm_free_message. */ struct message *NeoComm_get_next_message(const char *channel_name);