aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/song.h')
-rw-r--r--src/song.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.h b/src/song.h
index 0fbee7b07..9bb96aba0 100644
--- a/src/song.h
+++ b/src/song.h
@@ -37,7 +37,7 @@
typedef struct _Song {
char *url;
- mpd_sint8 type;
+ int8_t type;
struct mpd_tag *tag;
struct _Directory *parentDir;
time_t mtime;