diff options
Diffstat (limited to '')
-rw-r--r-- | src/song.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.h b/src/song.h index 3e7f8666d..00629d702 100644 --- a/src/song.h +++ b/src/song.h @@ -35,7 +35,7 @@ struct client; typedef struct _Song { char *url; - mpd_sint8 type; + int8_t type; struct tag *tag; struct _Directory *parentDir; time_t mtime; |