summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rmd_capture_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_capture_audio.c b/src/rmd_capture_audio.c
index f939350..bfba547 100644
--- a/src/rmd_capture_audio.c
+++ b/src/rmd_capture_audio.c
@@ -115,7 +115,7 @@ void *rmdCaptureAudio(ProgData *pdata)
//read data into new buffer
#ifdef HAVE_LIBASOUND
- while (sret<frames) {
+ while (sret < frames) {
int temp_sret = snd_pcm_readi( pdata->sound_handle,
newbuf->data + pdata->sound_framesize * sret,
frames-sret);
© All Rights Reserved