diff options
Diffstat (limited to '')
-rw-r--r-- | src/song_save.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song_save.c b/src/song_save.c index c29ee86a8..14bce4ce0 100644 --- a/src/song_save.c +++ b/src/song_save.c @@ -98,7 +98,7 @@ static int matchesAnMpdTagItemKey(char *buffer, int *itemType) } void readSongInfoIntoList(FILE *fp, struct songvec *sv, - Directory *parentDir) + struct directory *parentDir) { char buffer[MPD_PATH_MAX + 1024]; int bufferSize = MPD_PATH_MAX + 1024; |