Skip to content

Commit

Permalink
Merge pull request #107 from Gottox/fix/sqsh_inode_map_get-return-code
Browse files Browse the repository at this point in the history
include: fix documentation for sqsh_inode_map_get()
  • Loading branch information
Gottox committed Sep 2, 2023
2 parents 73577f1 + 6a2e856 commit 91130e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sqsh_archive.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const uint8_t *sqsh_trailing_data(const struct SqshTrailingContext *context);
* @param[in] map The context to use.
* @param[in] inode_number The inode number to get the reference for.
*
* @return The inode reference on success, a negative value on error.
* @return The inode reference on success, 0 on error.
*/
SQSH_NO_UNUSED uint64_t
sqsh_inode_map_get(const struct SqshInodeMap *map, uint64_t inode_number);
Expand Down

0 comments on commit 91130e3

Please sign in to comment.