misccoms.c, collect byemessage()

This commit is contained in:
rlar 2012-05-17 19:07:15 +02:00
parent b9c0159cd6
commit cc32eae60b
1 changed files with 3 additions and 5 deletions

View File

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