Fixed the warning tag

This commit is contained in:
Nicolás Ortega Froysa 2017-09-25 16:34:45 +02:00
parent e3dc858697
commit e4e59b56a2
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -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);