Browse Source

misccoms.c, collect byemessage()

rlar 14 years ago
parent
commit
cc32eae60b
  1. 8
      src/frontend/misccoms.c

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

Loading…
Cancel
Save