From 226d52b36fe648215f367d352ad6e5eb38e116be Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Sep 2008 15:49:29 +0200 Subject: switch to C99 types, part II Do full C99 integer type conversion in all modules which were not touched by Eric's merged patch. --- src/song.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/song.h') 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; -- cgit v1.2.3