]> Zhao Yanbai Git Server - minix.git/commitdiff
Balance curly braces.
authorPhilip Homburg <philip@cs.vu.nl>
Wed, 10 May 2006 15:39:52 +0000 (15:39 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Wed, 10 May 2006 15:39:52 +0000 (15:39 +0000)
commands/ash/main.c

index 2461b7412b58e5c404bed979a6921351e7b55192..e8200eaf2c542a67be868470fa3a419cedd77b9d 100755 (executable)
@@ -122,10 +122,11 @@ main(argc, argv)  char **argv; {
                reset();
 #if ATTY
                if (exception == EXINT
-                && (! attyset() || equal(termval(), "emacs"))) {
+                && (! attyset() || equal(termval(), "emacs")))
 #else
-               if (exception == EXINT) {
+               if (exception == EXINT)
 #endif
+               {
                        out2c('\n');
                        flushout(&errout);
                }