summaryrefslogtreecommitdiff
path: root/src/playlist-spl.c
diff options
context:
space:
mode:
authorHannes Ljungberg <hannes.ljungberg@gmail.com>2023-04-20 21:12:40 +0200
committerHannes Ljungberg <hannes.ljungberg@gmail.com>2023-04-20 21:13:36 +0200
commit18281e4d0271aad5d28389c2a90b7f5c6b247630 (patch)
treed123413d5a511c9fdadab253873dc8ae22acc94e /src/playlist-spl.c
parent33f41bdec01f0110cfee7181d2bbae294afa2c8f (diff)
downloadlibmtp-18281e4d0271aad5d28389c2a90b7f5c6b247630.tar.gz
fix warnings regarding mismatched parameter docs
Diffstat (limited to 'src/playlist-spl.c')
-rw-r--r--src/playlist-spl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/playlist-spl.c b/src/playlist-spl.c
index 9b591bd..a3eb80e 100644
--- a/src/playlist-spl.c
+++ b/src/playlist-spl.c
@@ -256,7 +256,7 @@ int playlist_t_to_spl(LIBMTP_mtpdevice_t *device,
* ignored.
*
* @param device mtp device pointer
- * @param new the LIBMTP_playlist_t to convert (pl->playlist_id will be updated
+ * @param newlist the LIBMTP_playlist_t to convert (pl->playlist_id will be updated
* with the newly created object's id)
* @return 0 on success, any other value means failure.
*/
@@ -555,7 +555,7 @@ static uint32_t trackno_spl_text_t(text_t* p) {
* enough to accomodate all the tracks as reported by
* trackno_spl_text_t()
* @param folders the folders list for the device
- * @param fiels the files list for the device
+ * @param files the files list for the device
* @see spl_to_playlist_t()
*/
static void tracks_from_spl_text_t(text_t* p,
@@ -582,7 +582,7 @@ static void tracks_from_spl_text_t(text_t* p,
* @param p the text to search
* @param tracks list of track id's to look up
* @param folders the folders list for the device
- * @param fiels the files list for the device
+ * @param files the files list for the device
* @see playlist_t_to_spl()
*/
static void spl_text_t_from_tracks(text_t** p,