|
|
| version 1.10.4.1, 2022/10/13 21:29:15 | version 1.12, 2022/12/05 22:23:38 |
|---|---|
| Line 58 int | Line 58 int |
| cli_Cmd_Exit(void * __restrict cli_buffer, int idx, char ** __restrict args) | cli_Cmd_Exit(void * __restrict cli_buffer, int idx, char ** __restrict args) |
| { | { |
| cli_Printf(cli_buffer, "\n"); | cli_Printf(cli_buffer, "\n"); |
| ((linebuffer_t*) cli_buffer)->line_kill = 42; | |
| return RETCODE_EOF; | return RETCODE_EOF; |
| } | } |