Balance curly braces.

This commit is contained in:
Philip Homburg 2006-05-10 15:39:52 +00:00
parent 244786ae34
commit 5a3d6ac67f

View file

@ -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);
}