(main): Fix interwoven brace and cpp conditional nesting.
authorAndreas Schwab <schwab@suse.de>
Fri, 23 Jan 1998 11:06:49 +0000 (11:06 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 23 Jan 1998 11:06:49 +0000 (11:06 +0000)
lib-src/movemail.c

index e010d6f..8d23fc7 100644 (file)
@@ -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