aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>1998-01-23 11:06:49 +0000
committerAndreas Schwab <[email protected]>1998-01-23 11:06:49 +0000
commitb1cb2966f4e1adf50a5ce0a166215e64cf6a3676 (patch)
treeea4e2cfd9adcf8c228b45d063fd3706b1602934c
parent1a248d47c94e0070a6ef216b9992c918d47b2b25 (diff)
(main): Fix interwoven brace and cpp conditional nesting.
-rw-r--r--lib-src/movemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index e010d6f980..8d23fc7b8f 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