* mu: unbreak unit test after flag changes (fixes #247)

This commit is contained in:
djcb
2013-07-07 10:46:35 +03:00
parent e7e38e9053
commit b17f26537b
3 changed files with 2 additions and 9 deletions

View File

@ -87,7 +87,7 @@ MuFlagType mu_flag_type (MuFlags flag) G_GNUC_CONST;
*
* @param flag a MuFlag (single)
*
* @return the character, or 0 in case of error
* @return the character, or 0 if it's not a valid flag
*/
char mu_flag_char (MuFlags flag) G_GNUC_CONST;