forked from pool/audacity
12 lines
315 B
Diff
12 lines
315 B
Diff
--- lib-src/libnyquist/nyx/nyx.c
|
|
+++ lib-src/libnyquist/nyx/nyx.c
|
|
@@ -425,7 +425,7 @@
|
|
int success = FALSE;
|
|
|
|
if (nyx_get_type(nyx_result) != nyx_audio)
|
|
- return;
|
|
+ return FALSE;
|
|
|
|
num_channels = nyx_get_audio_num_channels();
|
|
snds = (sound_type *)malloc(num_channels * sizeof(sound_type));
|