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:
Lennart Poettering 2007-09-19 19:06:25 +00:00
parent d716e3cd7b
commit 42b71ff965

View file

@ -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