testsuite/alsa/sinesrc.c: cosmetic fix to fix compile issue with gcc 2.95.4

Original commit message from CVS:
2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* testsuite/alsa/sinesrc.c:
cosmetic fix to fix compile issue with gcc 2.95.4
This commit is contained in:
Benjamin Otte 2004-02-16 22:37:36 +00:00
parent 008cdde075
commit a627711a3c
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
* testsuite/alsa/sinesrc.c:
cosmetic fix to fix compile issue with gcc 2.95.4
2004-02-16 Julien MOUTTE <julien@moutte.net>
* ext/alsa/gstalsa.c: (gst_alsa_open_audio),

View file

@ -158,7 +158,7 @@ static gint8 IDENTITY(gint8 x) { return x; };
default: \
g_assert_not_reached ();\
};\
format* p = data;\
format *p = data;\
for (j = 0; j < src->channels; j++) {\
*p = val;\
p ++;\

View file

@ -158,7 +158,7 @@ static gint8 IDENTITY(gint8 x) { return x; };
default: \
g_assert_not_reached ();\
};\
format* p = data;\
format *p = data;\
for (j = 0; j < src->channels; j++) {\
*p = val;\
p ++;\