aboutsummaryrefslogtreecommitdiff
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 3e7f8666..00629d70 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;