Skip to content

Commit

Permalink
Update src/hostapi/pulseaudio/pa_linux_pulseaudio_internal.h
Browse files Browse the repository at this point in the history
As function does not return value it should be void type

Co-authored-by: Ross Bencina <[email protected]>
  • Loading branch information
illuusio and RossBencina committed Sep 27, 2024
1 parent 57c75ca commit 6e2e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hostapi/pulseaudio/pa_linux_pulseaudio_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ PaPulseAudio_Stream;
return paStreamIsStopped; \
}

int PaPulseAudio_ReleaseOperation(PaPulseAudio_HostApiRepresentation *hostapi,
void PaPulseAudio_ReleaseOperation(PaPulseAudio_HostApiRepresentation *hostapi,
pa_operation **pulseaudioOperation);

void PaPulseAudio_Lock( pa_threaded_mainloop *mainloop );
Expand Down

0 comments on commit 6e2e98e

Please sign in to comment.