Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 369 → Rev 372

/svarcom/cmd/exit.c
5,7 → 5,7
*
*/
 
static int cmd_exit(const struct cmd_funcparam *p) {
static int cmd_exit(struct cmd_funcparam *p) {
if ((p->argc == 1) && (imatch(p->argv[0], "/?"))) {
output("EXIT\r\n"
"\r\n"