From bce75509294618886bd71c4e3770578a8ba94a06 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 29 May 2010 10:13:39 +0000 Subject: misc cosmetics: K&R style nits, #include placement, indentation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31263 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') 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 -- cgit v1.2.3