--- sourceforge.net/trunk/rdesktop/types.h 2003/10/14 07:46:49 492 +++ sourceforge.net/trunk/rdesktop/types.h 2003/10/15 14:01:32 499 @@ -122,15 +122,16 @@ #define MAX_CBSIZE 256 /* RDPSND */ -typedef struct { - uint16 wFormatTag; - uint16 nChannels; - uint32 nSamplesPerSec; - uint32 nAvgBytesPerSec; - uint16 nBlockAlign; - uint16 wBitsPerSample; - uint16 cbSize; - uint8 cb[MAX_CBSIZE]; +typedef struct +{ + uint16 wFormatTag; + uint16 nChannels; + uint32 nSamplesPerSec; + uint32 nAvgBytesPerSec; + uint16 nBlockAlign; + uint16 wBitsPerSample; + uint16 cbSize; + uint8 cb[MAX_CBSIZE]; } WAVEFORMATEX; /* RDPDR */