Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
netbsd: Fixed comment.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/audio/netbsd/SDL_netbsdaudio.c
|
@@ -220,7 +220,7 @@ NETBSDAUDIO_CaptureFromDevice(_THIS, void *_buffer, int buflen) |
|
|
Uint8 *buffer = (Uint8 *) _buffer; |
|
|
int br, p = 0; |
|
|
|
|
|
/* Write the audio data, checking for EAGAIN on broken audio drivers */ |
|
|
/* Capture the audio data, checking for EAGAIN on broken audio drivers */ |
|
|
do { |
|
|
br = read(this->hidden->audio_fd, buffer + p, buflen - p); |
|
|
if (br > 0) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.