Skip to content

Commit

Permalink
Fix doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
larsimmisch committed Sep 7, 2023
1 parent 4fc79d0 commit 10b23f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rem/aufile/aufile.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ size_t aufile_get_length(struct aufile *af, struct aufile_prm *prm)
* @param af Audio-file
* @param prm Audio file parameters from aufile_open
*
* @return position in bytes or (size_t)-1 in case of an error.
* @return 0 if success, otherwise errorcode
*/
size_t aufile_set_position(struct aufile *af, struct aufile_prm *prm,
off_t pos_ms)
Expand Down

0 comments on commit 10b23f6

Please sign in to comment.