From 6c9a6491445cad3a84aa253699f14dc8a983ccff Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 31 Jan 2024 21:57:20 +0100 Subject: [PATCH] aufile: fix doxygen comment (#1063) --- rem/aufile/aufile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rem/aufile/aufile.c b/rem/aufile/aufile.c index f5ceb7eaa..8f18e0a35 100644 --- a/rem/aufile/aufile.c +++ b/rem/aufile/aufile.c @@ -271,6 +271,7 @@ size_t aufile_get_length(struct aufile *af, const struct aufile_prm *prm) * * @param af Audio-file * @param prm Audio file parameters from aufile_open + * @param pos_ms Playing position in milliseconds * * @return 0 if success, otherwise errorcode */