* mu-msg-(fields|flags): cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-05 12:37:47 +03:00
parent b8f5451b06
commit 3b514b066f
2 changed files with 4 additions and 4 deletions

View File

@ -62,8 +62,7 @@ typedef enum _MuMsgFlags MuMsgFlags;
MuMsgFlags mu_msg_flags_from_str (const char* str) G_GNUC_PURE;
/**
* convert the char-per-flag description into a MuMsgFlags value; NOTE, each
* of the characters must be a valid
* convert the char-per-flag description into a MuMsgFlags value
*
* @param c a character
*