Skip to content

Commit

Permalink
strlcpy.c: format docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Nicklas Larsson <n_larsson@yahoo.com>
  • Loading branch information
lbartoletti and nilason committed Jul 29, 2024
1 parent f8aed82 commit 77eed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gis/strlcpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* \param[out] dst Pointer to the destination buffer.
* \param[in] src Pointer to the source string. Must be a NUL-terminated C
* string.
* string.
* \param[in] dsize The size of the destination buffer.
*
* \return The total length of the string src (not including the terminating
Expand Down

0 comments on commit 77eed2e

Please sign in to comment.