Skip to content

Commit

Permalink
Update src/hostapi/pulseaudio/pa_linux_pulseaudio_cb.c
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 authored Jul 2, 2024
1 parent c381e43 commit be76ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hostapi/pulseaudio/pa_linux_pulseaudio_cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ int PaPulseAudio_updateTimeInfo( pa_stream * s,
}

/* Release pa_operation always same way */
int PaPulseAudio_ReleaseOperation(PaPulseAudio_HostApiRepresentation *hostapi,
void PaPulseAudio_ReleaseOperation(PaPulseAudio_HostApiRepresentation *hostapi,
pa_operation **operation)
{
unsigned int wait = 0;
Expand Down

0 comments on commit be76ee8

Please sign in to comment.