diff --git a/src/playlist.h b/src/playlist.h index 3e8d711..097723e 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -94,7 +94,7 @@ void playlist_rewind(playlist_t); * after calling this function. * Returns 1 on success, and 0 on error. */ -int playlist_reread(playlist_t*); +int playlist_reread(playlist_t *); /* * Shuffle the entries of the playlist randomly.