From 10b23f6058bcea75fe33088359ee37d37aac586d Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Thu, 7 Sep 2023 15:02:40 +0200 Subject: [PATCH] Fix doxygen comment --- rem/aufile/aufile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rem/aufile/aufile.c b/rem/aufile/aufile.c index ed0d691fe..c9894c45c 100644 --- a/rem/aufile/aufile.c +++ b/rem/aufile/aufile.c @@ -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)