fix compiler warning
This commit is contained in:
parent
b1ff7f95ad
commit
92c04f12cc
@ -181,4 +181,6 @@ main (gint argc, gchar * argv[])
|
|||||||
test_f64 ("300, bartlett", num_bands, GST_FFT_WINDOW_BARTLETT);
|
test_f64 ("300, bartlett", num_bands, GST_FFT_WINDOW_BARTLETT);
|
||||||
test_f64 ("300, blackman", num_bands, GST_FFT_WINDOW_BLACKMAN);
|
test_f64 ("300, blackman", num_bands, GST_FFT_WINDOW_BLACKMAN);
|
||||||
puts ("\n");
|
puts ("\n");
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user