diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-26 15:23:04 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-26 15:23:04 +0000 |
commit | f2eb34cecf47702b464e73b4f709e881aa4446b7 (patch) | |
tree | b0213dfca60f95b024676fcebe5bb2c57d361085 /gnu | |
parent | 927adb8ecc7ced74381e2f5d2b62ffea4368ec58 (diff) | |
download | FreeBSD-src-f2eb34cecf47702b464e73b4f709e881aa4446b7.zip FreeBSD-src-f2eb34cecf47702b464e73b4f709e881aa4446b7.tar.gz |
Repair the damage done by whomever blew the last commit. Now it
compiles again.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/dialog/dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |