Skip to content

Commit 7dd3d22

Browse files
committed
Happy MacOS
1 parent 29d6899 commit 7dd3d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ ptr get_input(struct audio_data *audio, struct config_params *prm) {
175175
audio->rate = 44100;
176176
audio->threadparams = 1;
177177
if (!strcmp(audio->source, "list")) {
178-
input_portaudio((void *)audio);
178+
ret = &input_portaudio((void *)audio);
179179
} else {
180180
ret = &input_portaudio;
181181
}

0 commit comments

Comments
 (0)