From c6b43bf119d59b05cc270027080bd616b560db1b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 22 Sep 2007 01:16:14 +0000 Subject: prefix by order macros with PA_ git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1884 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/tests/resampler-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/resampler-test.c b/src/tests/resampler-test.c index e2cf1d8a..3b4a7386 100644 --- a/src/tests/resampler-test.c +++ b/src/tests/resampler-test.c @@ -38,7 +38,7 @@ static float swap_float(float a) { uint32_t *b = (uint32_t*) &a; - *b = UINT32_SWAP(*b); + *b = PA_UINT32_SWAP(*b); return a; } -- cgit