Skip to content

Commit

Permalink
extract: fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Oct 25, 2023
1 parent 6bb3a3c commit 5ffc497
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 5ffc497

Please sign in to comment.