From 51f874c0b35e9d14207663fb59b801c2495a9f21 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 27 Jan 2008 23:12:30 +0000 Subject: Fix Sun C 5.9 / C99 compatiblity From sbh, r7041 and r7042 from trunk git-svn-id: https://svn.musicpd.org/mpd/branches/branch-0.13.0-fixes@7173 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/pcm_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcm_utils.h b/src/pcm_utils.h index 2c6610a75..33cc53ac3 100644 --- a/src/pcm_utils.h +++ b/src/pcm_utils.h @@ -38,8 +38,8 @@ typedef struct _ConvState { mpd_sint8 lastChannels; mpd_sint32 lastInSampleRate; mpd_sint32 lastOutSampleRate; - int error; #endif + int error; } ConvState; void pcm_volumeChange(char *buffer, int bufferSize, AudioFormat * format, -- cgit v1.2.3