From f2eb34cecf47702b464e73b4f709e881aa4446b7 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 26 Oct 1994 15:23:04 +0000 Subject: Repair the damage done by whomever blew the last commit. Now it compiles again. --- gnu/usr.bin/dialog/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/dialog/dialog.c b/gnu/usr.bin/dialog/dialog.c index c384540..b79a423 100644 --- a/gnu/usr.bin/dialog/dialog.c +++ b/gnu/usr.bin/dialog/dialog.c @@ -171,7 +171,7 @@ int main(int argc, unsigned char *argv[]) atoi(argv[offset+4]), 1); dialog_update(); - if (clear_screen){ /* clear screen before exit */ + if (clear_screen) /* clear screen before exit */ dialog_clear(); end_dialog(); return retval; -- cgit v1.1