diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/resampler-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |