commit 0d3508ba4dc73f77b48da95fb166d4257aa2dcec parent b738d61690f64783c1907488ee5338f7b0f912ac Author: Willow Liquorice <willow@howhill.com> Date: Fri, 26 Aug 2022 21:05:16 +0100 -First pass through UTIL buffered i/o library Diffstat:
| M | src/util/bio.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/util/bio.c b/src/util/bio.c @@ -159,7 +159,8 @@ GNUNET_BIO_read_open_buffer (void *buffer, size_t size) * * @param h file handle * @param emsg set to the (allocated) error message - * if the handle has an error message, the return value is #GNUNET_SYSERR + * if the handle has an error message, the return + * value is #GNUNET_SYSERR * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise */ int