summaryrefslogtreecommitdiffstats
path: root/mx.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-15 11:43:03 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-15 11:43:03 +0000
commitd4c913f7f5de8675216d21975a49b61342600e26 (patch)
treebfff33169d7a683640b8b9bcc26827e37eb810c8 /mx.c
parentd0051659a6b712c4fffa8656fe1cb1fe3927e1aa (diff)
Various changes added over the last week:
- $delete_untag - creation of "application/pgp" messages - an attempt to fix prepare. - Browser format changes
Diffstat (limited to 'mx.c')
-rw-r--r--mx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mx.c b/mx.c
index d78988ea..77e1fddb 100644
--- a/mx.c
+++ b/mx.c
@@ -102,11 +102,11 @@ static int dotlock_file (const char *path, int retry)
int r;
int flags = DL_FL_USEPRIV | DL_FL_RETRY;
- if(retry) retry = 1;
+ if (retry) retry = 1;
retry_lock:
mutt_clear_error();
- if((r = invoke_dotlock(path, flags, retry)) == DL_EX_EXIST)
+ if ((r = invoke_dotlock(path, flags, retry)) == DL_EX_EXIST)
{
if (!option (OPTNOCURSES))
{