Clarification in documentation.

This commit is contained in:
Nicolás Ortega Froysa 2017-09-29 10:40:36 +02:00
parent 5c3e6889de
commit 0224cd157f
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -50,7 +50,7 @@ struct message {
};
/**
* @brief Status of a message.
* @brief Status of a sent message.
*/
enum {
NC_PENDING = 1, ///< Status of message is pending.