diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-20 22:50:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-20 22:50:34 +0000 |
commit | 8a82c5710a0fb068690fde9036223f53b6b5435a (patch) | |
tree | 45b05b6b4d688d7dd78ccbbcb23f5176625dd8bb /gnu | |
parent | 344164383efcbc5cfa2ec7e2868de4afd3ff5662 (diff) |
cleanup if -dump is called; markus.friedl@fau.de
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/lynx/src/LYMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/lynx/src/LYMain.c b/gnu/usr.bin/lynx/src/LYMain.c index ea59f4df0eb..07be64e0d7b 100644 --- a/gnu/usr.bin/lynx/src/LYMain.c +++ b/gnu/usr.bin/lynx/src/LYMain.c @@ -1731,9 +1731,9 @@ else {init_ctrl_break[0] = 1;} } ena_csi((LYlowest_eightbit[current_char_set] > 155)); status = mainloop(); - cleanup(); } } + cleanup(); exit(status); } |