mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
commit
0c251d4b1d
|
@ -154,8 +154,11 @@ void line_eval(char lines[HISTORY][STRING_LENGTH], char *line)
|
|||
else if (line[1] == 'q') { //exit
|
||||
endwin();
|
||||
exit(EXIT_SUCCESS);
|
||||
} else {
|
||||
new_lines("[i] invalid command");
|
||||
}
|
||||
} else {
|
||||
new_lines("[i] invalid command");
|
||||
//new_lines(line);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user