X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/29a1ada5b960fbf29d52e0f44911370a6c0c7c5f..b47b562525f149f175c3d216feea20a6db2e9ff5:/uip/mhlsbr.c diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index ef9f8305..bafc7d92 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -1596,7 +1596,8 @@ putch (char ch, unsigned long flags) * Either way, the result depends on ASCII LF, either from typing Enter * or an escaped Ctrl-J, being amongst the read characters. */ -static bool linefeed_typed(void) +static bool +linefeed_typed(void) { char buf[128]; ssize_t n;