Commit 5e085751 authored by Avuton Olrich's avatar Avuton Olrich

A better way to do the last patch (extremely minor patch)

git-svn-id: https://svn.musicpd.org/mpd/trunk@7042 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 6f11941e
......@@ -38,11 +38,9 @@ typedef struct _ConvState {
mpd_sint8 lastChannels;
mpd_sint32 lastInSampleRate;
mpd_sint32 lastOutSampleRate;
int error;
#else
/* Strict C99 doesn't allow empty structs */
void *__padding;
#endif
/* Strict C99 doesn't allow empty structs */
int error;
} ConvState;
void pcm_volumeChange(char *buffer, int bufferSize, AudioFormat * format,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment