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:
Max Kellermann
2008-01-26 12:46:09 +00:00
committed by Eric Wong
parent 7d66859277
commit 28008e6977
7 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ typedef struct _FifoData {
Timer *timer;
} FifoData;
static FifoData *newFifoData()
static FifoData *newFifoData(void)
{
FifoData *ret;