From: Antonio Ospite Date: Thu, 6 Jan 2011 12:05:53 +0000 (+0100) Subject: Cosmetics: remove double space X-Git-Url: https://git.ao2.it/wav_header.git/commitdiff_plain/6b53484d0c99f28083876e22d4c43e64e4c21052 Cosmetics: remove double space Signed-off-by: Antonio Ospite --- diff --git a/wav_header.c b/wav_header.c index e21841a..6cb5157 100644 --- a/wav_header.c +++ b/wav_header.c @@ -56,7 +56,7 @@ struct fmt { uint16_t wBitsPerSample; uint16_t cbSize; uint8_t extradata[]; -} __attribute__((__packed__)); +} __attribute__((__packed__)); struct WAVE { char fmtheader[8];