]> diplodocus.org Git - nmh/blobdiff - uip/mhlsbr.c
Use va_copy() to get a copy of va_list, instead of using original.
[nmh] / uip / mhlsbr.c
index ef9f8305040dcbd2bdc45789da279dd1fccf03b5..bafc7d922aabcc9233db2267de484eae52f14faa 100644 (file)
@@ -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;