SHA256
1
0
forked from pool/audacity
audacity/audacity-1.3.7-return_non_void.patch

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));