Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor documentation update. #2174

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/rnp/rnp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2828,7 +2828,7 @@ RNP_API rnp_result_t rnp_input_from_stdin(rnp_input_t *input);
*
* @param input pointer to the input opaque structure
* @param buf memory buffer. Could not be NULL.
* @param buf_len number of bytes available to read from buf
* @param buf_len number of bytes available to read from buf, cannot be zero.
* @param do_copy if true then the buffer will be copied internally. If
* false then the application should ensure that the buffer
* is valid and not modified during the lifetime of this object.
Expand Down