summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-29 10:13:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-29 10:13:39 +0000
commitbce75509294618886bd71c4e3770578a8ba94a06 (patch)
tree327b73ae95db2b52a0d303eb9b4d6524b30a6586 /stream
parent36edf0ef69b4765caffd972d3f492643a9882591 (diff)
downloadmpv-bce75509294618886bd71c4e3770578a8ba94a06.tar.bz2
mpv-bce75509294618886bd71c4e3770578a8ba94a06.tar.xz
misc cosmetics: K&R style nits, #include placement, indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31263 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_radio.c b/stream/stream_radio.c
index 15d43ada57..21995a8724 100644
--- a/stream/stream_radio.c
+++ b/stream/stream_radio.c
@@ -1059,7 +1059,7 @@ char* radio_get_channel_name(struct stream *stream){
* \brief fills given buffer with audio data
* \return number of bytes, written into buffer
*/
-static int fill_buffer_s(struct stream *s, char* buffer, int max_len){
+static int fill_buffer_s(struct stream *s, char *buffer, int max_len){
int len=max_len;
#ifdef CONFIG_RADIO_CAPTURE