Commit 36adfa32 authored by Michael Niedermayer's avatar Michael Niedermayer

tests/utils: Remove unneeded L suffix

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4531e2c4
......@@ -25,7 +25,7 @@
#define SCALEBITS 8
#define ONE_HALF (1 << (SCALEBITS - 1))
#define FIX(x) ((int) ((x) * (1L << SCALEBITS) + 0.5))
#define FIX(x) ((int) ((x) * (1 << SCALEBITS) + 0.5))
#define err_if(expr) do { \
if (expr) { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment