diff options
author | Benjamin Otte <otte@gnome.org> | 2004-02-16 22:37:36 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-02-16 22:37:36 +0000 |
commit | a627711a3c1b9252cefdebf59deb46da164e90e1 (patch) | |
tree | da1a7ff99a74a7f163f910ae682ab9521bd2c348 /tests | |
parent | 008cdde07522c9e7d438222d3ec2686d43164247 (diff) |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/old/testsuite/alsa/sinesrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/old/testsuite/alsa/sinesrc.c b/tests/old/testsuite/alsa/sinesrc.c index 9203e76e0..7ffbe2407 100644 --- a/tests/old/testsuite/alsa/sinesrc.c +++ b/tests/old/testsuite/alsa/sinesrc.c @@ -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 ++;\ |