fix compiler warning

This commit is contained in:
Andreas Frisch 2012-06-20 10:52:34 +02:00 committed by Wim Taymans
parent b1ff7f95ad
commit 92c04f12cc

View file

@ -181,4 +181,6 @@ main (gint argc, gchar * argv[])
test_f64 ("300, bartlett", num_bands, GST_FFT_WINDOW_BARTLETT);
test_f64 ("300, blackman", num_bands, GST_FFT_WINDOW_BLACKMAN);
puts ("\n");
return 0;
}