]> granicus.if.org Git - curl/commit
imap: Standardised imapcode condition tests
authorSteve Holme <steve_holme@hotmail.com>
Sat, 2 Mar 2013 20:29:27 +0000 (20:29 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 2 Mar 2013 20:29:27 +0000 (20:29 +0000)
commit0f64dd086a3932252be963ff5fa7efc21ba7b2c9
tree26467143d7e1a6e4abbbde223e47d46a66a71440
parent459e1bffeed4355eac5432beb056343122625b51
imap: Standardised imapcode condition tests

For consistency changed two if(constant != imapcode) tests to be
if(imapcode != constant).
lib/imap.c