From: Andreas Schwab Date: Fri, 23 Jan 1998 11:06:49 +0000 (+0000) Subject: (main): Fix interwoven brace and cpp conditional nesting. X-Git-Tag: emacs-20.3~2314 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1cb2966f4e1adf50a5ce0a166215e64cf6a3676;p=emacs.git (main): Fix interwoven brace and cpp conditional nesting. --- diff --git a/lib-src/movemail.c b/lib-src/movemail.c index e010d6f9806..8d23fc7b8fd 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -483,8 +483,8 @@ main (argc, argv) close (open (inname, O_CREAT | O_TRUNC | O_RDWR, 0666)); #else ftruncate (indesc, 0L); - } #endif /* STRIDE or XENIX */ + } #endif /* MAIL_USE_SYSTEM_LOCK */ #ifdef MAIL_USE_MMDF