diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-06-06 10:49:55 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-06-06 10:50:20 -0400 |
commit | eb4d2263fedf3e5ed6aebe07323614aad157da99 (patch) | |
tree | 625a9bf79f02f46e63624befc5863cc32a2a6819 /src/bfstd.h | |
parent | c3f553b0babbad3a63265142d05820da76c27587 (diff) | |
download | bfs-eb4d2263fedf3e5ed6aebe07323614aad157da99.tar.xz |
Minor formatting fixes
Diffstat (limited to 'src/bfstd.h')
-rw-r--r-- | src/bfstd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |