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