Use good m_ functions, because it smell like a flower, version 2.
[apps/madmutt.git] / account.c
index c9ac175..7838827 100644 (file)
--- a/account.c
+++ b/account.c
@@ -206,5 +206,5 @@ int mutt_account_getpass (ACCOUNT * account)
 
 void mutt_account_unsetpass (ACCOUNT * account)
 {
-    account->flags &= !M_ACCT_PASS;
+    account->flags &= ~M_ACCT_PASS;
 }