AmendHub

Download:

jcs

/

subtext

/

amendments

/

165

chat: Minor spacing nit


jcs made amendment 165 about 1 year ago
--- chat.c Sun Jun 12 22:24:55 2022 +++ chat.c Fri Jun 17 15:06:58 2022 @@ -199,7 +199,7 @@ chat_start(struct session *s, char *with_node) chat_help(s); } else { chat_printf_line(s, 1, "*** Unknown command: %s", - input + 1); + input + 1); session_flush(s); } } else {