X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ee49b2c5af04d584025cbeb56a32609d63648007..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;