projects
/
wav_header.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4144e68
)
Cosmetics: remove double space
author
Antonio Ospite <ospite@studenti.unina.it>
Thu, 6 Jan 2011 12:05:53 +0000
(13:05 +0100)
committer
Antonio 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
patch
|
blob
|
history
diff --git
a/wav_header.c
b/wav_header.c
index
e21841a
..
6cb5157
100644
(file)
--- a/
wav_header.c
+++ b/
wav_header.c
@@
-56,7
+56,7
@@
struct fmt {
uint16_t wBitsPerSample;
uint16_t cbSize;
uint8_t extradata[];
uint16_t wBitsPerSample;
uint16_t cbSize;
uint8_t extradata[];
-}
__attribute__((__packed__));
+} __attribute__((__packed__));
struct WAVE {
char fmtheader[8];
struct WAVE {
char fmtheader[8];