From eb4d2263fedf3e5ed6aebe07323614aad157da99 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 6 Jun 2024 10:49:55 -0400 Subject: Minor formatting fixes --- src/bfstd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bfstd.h') diff --git a/src/bfstd.h b/src/bfstd.h index 45db81a..afb5282 100644 --- a/src/bfstd.h +++ b/src/bfstd.h @@ -376,7 +376,7 @@ size_t xread(int fd, void *buf, size_t nbytes); * writes. * * @return - The number of bytes written. A value != nbytes indicates an error. + * The number of bytes written. A value != nbytes indicates an error. */ size_t xwrite(int fd, const void *buf, size_t nbytes); -- cgit v1.2.3