Balance curly braces.
This commit is contained in:
parent
244786ae34
commit
5a3d6ac67f
@ -122,10 +122,11 @@ main(argc, argv) char **argv; {
|
|||||||
reset();
|
reset();
|
||||||
#if ATTY
|
#if ATTY
|
||||||
if (exception == EXINT
|
if (exception == EXINT
|
||||||
&& (! attyset() || equal(termval(), "emacs"))) {
|
&& (! attyset() || equal(termval(), "emacs")))
|
||||||
#else
|
#else
|
||||||
if (exception == EXINT) {
|
if (exception == EXINT)
|
||||||
#endif
|
#endif
|
||||||
|
{
|
||||||
out2c('\n');
|
out2c('\n');
|
||||||
flushout(&errout);
|
flushout(&errout);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user