Skip to content

Commit

Permalink
Minor documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Jan 22, 2024
1 parent 07745e2 commit e3f7209
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e3f7209

Please sign in to comment.