Balance curly braces.
This commit is contained in:
parent
244786ae34
commit
5a3d6ac67f
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue