Repair the damage done by whomever blew the last commit. Now it

compiles again.
This commit is contained in:
Jordan K. Hubbard 1994-10-26 15:23:04 +00:00
parent e1f89fd7bc
commit 71e0221b87
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3899

View File

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