Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisd1100 committed Dec 22, 2023
1 parent 09e0e69 commit 4658aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matoya.h
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ typedef struct {
/// @brief Read the entire contents of a file.
/// @details This function reads the file in binary mode.
/// @param path Path to the file.
/// @param size Set to the size in bytes of the returned buffer.
/// @param size Set to the size in bytes of the returned buffer. May be NULL.
/// @returns The buffer always has its final byte set to 0, allowing you to treat
/// it like a string. This extra byte is not counted in the returned `size`.\n\n
/// On failure, NULL is returned. Call MTY_GetLog for details.\n\n
Expand Down

0 comments on commit 4658aca

Please sign in to comment.