Change comment to refer to right variable.

This commit is contained in:
Stefan Kost 2009-01-25 22:31:52 +02:00
parent 8ebd13a681
commit 28d3578d0d

View file

@ -23,7 +23,7 @@
#include <glib.h>
/* FIXME: we should set this automatically based on height */
/* FIXME: we should set this automatically based on resy */
#define FFT_BUFFER_SIZE_LOG 10
#define FFT_BUFFER_SIZE (1 << FFT_BUFFER_SIZE_LOG)