From cc32eae60b40050a9f3886bed8083c899604b42d Mon Sep 17 00:00:00 2001 From: rlar Date: Thu, 17 May 2012 19:07:15 +0200 Subject: [PATCH] misccoms.c, collect byemessage() --- src/frontend/misccoms.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index 4359ccf78..333d74fa4 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -89,16 +89,14 @@ com_quit(wordlist *wl) if(SIMinfo.deleteCircuit) SIMinfo.deleteCircuit(cc->ci_ckt); #endif - byemesg(); } else { return; } - } else - byemesg(); - } else - byemesg(); + } + } + byemesg(); exit(EXIT_NORMAL); }