mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
fix trivial typo
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1869 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d716e3cd7b
commit
42b71ff965
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ void av_build_filter(int16_t *filter, double factor, int tap_count, int phase_co
|
||||||
/*
|
/*
|
||||||
* crude lrintf for non-C99 systems.
|
* crude lrintf for non-C99 systems.
|
||||||
*/
|
*/
|
||||||
#ifndef HAVE_LFRINTF
|
#ifndef HAVE_LRINTF
|
||||||
#define lrintf(x) ((long int)(x))
|
#define lrintf(x) ((long int)(x))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue