Mercurial > pidgin
diff src/protocols/msn/state.c @ 7631:ea2d07ad05a9
[gaim-migrate @ 8255]
long car rides and a power inverter can generate some interesting code tweaks
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Tue, 25 Nov 2003 07:16:11 +0000 |
parents | b7e113a59b51 |
children | 06f57183e29f |
line wrap: on
line diff
--- a/src/protocols/msn/state.c Tue Nov 25 06:56:44 2003 +0000 +++ b/src/protocols/msn/state.c Tue Nov 25 07:16:11 2003 +0000 @@ -39,7 +39,7 @@ const char * msn_away_get_text(MsnAwayType type) { - g_return_val_if_fail(type >= 0 && type <= MSN_HIDDEN, NULL); + g_return_val_if_fail(type <= MSN_HIDDEN, NULL); return _(away_text[type]); }