Cosmetics: remove double space
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 6 Jan 2011 12:05:53 +0000 (13:05 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 6 Jan 2011 12:23:13 +0000 (13:23 +0100)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
wav_header.c

index e21841a..6cb5157 100644 (file)
@@ -56,7 +56,7 @@ struct fmt {
        uint16_t wBitsPerSample;
        uint16_t cbSize;
        uint8_t extradata[];
-}  __attribute__((__packed__));
+} __attribute__((__packed__));
 
 struct WAVE {
        char fmtheader[8];