Diff between f5ae98bd94f2e107e5498a065741d4700e14f21f and effd53a0ff9bd519dccc429a21061cd25daf71d6

Changed Files

File Additions Deletions Status
android/client/if-audio.c +1 -1 modified

Full Patch

diff --git a/android/client/if-audio.c b/android/client/if-audio.c
index ede8533..6a48025 100644
--- a/android/client/if-audio.c
+++ b/android/client/if-audio.c
@@ -22,7 +22,7 @@
 #include <math.h>
 
 audio_hw_device_t *if_audio = NULL;
-struct audio_stream_out *stream_out = NULL;
+static struct audio_stream_out *stream_out = NULL;
 
 static size_t buffer_size = 0;
 static pthread_t play_thread = 0;