Skip to content

Commit

Permalink
Merge pull request #159 from Gottox/fix/doxygen
Browse files Browse the repository at this point in the history
extract: fix doxygen
  • Loading branch information
Gottox committed Oct 25, 2023
2 parents 6bb3a3c + 5ffc497 commit 84a8300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsqsh/include/sqsh_extract_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ sqsh__extractor_impl_from_id(int id);
*
* @param[out] extractor The context to initialize.
* @param[out] buffer The buffer to store the decompressed data.
* @param[in] algorithm_id The id of the compression algorithm to use.
* @param[in] impl The implementation of the extraction algorithm.
* @param[in] block_size The block size to use for the extraction.
*
* @return 0 on success, a negative value on error.
Expand Down

0 comments on commit 84a8300

Please sign in to comment.