fixed invalid C prototypes
Signed-off-by: Eric Wong <normalperson@yhbt.net> git-svn-id: https://svn.musicpd.org/mpd/trunk@7142 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
committed by
Eric Wong
parent
7d66859277
commit
28008e6977
@@ -36,7 +36,7 @@ typedef struct _FifoData {
|
||||
Timer *timer;
|
||||
} FifoData;
|
||||
|
||||
static FifoData *newFifoData()
|
||||
static FifoData *newFifoData(void)
|
||||
{
|
||||
FifoData *ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user