Replace @returns by @return.

Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benoit Fouet
2010-03-30 15:50:57 +00:00
parent 3bccd93ac0
commit 32e543f866
15 changed files with 23 additions and 23 deletions

View File

@@ -1080,7 +1080,7 @@ retry:
}
/**
* @returns 0 on success, <0 on error, 1 if protocol is unavailable.
* @return 0 on success, <0 on error, 1 if protocol is unavailable.
*/
static int make_setup_request(AVFormatContext *s, const char *host, int port,
int lower_transport, const char *real_challenge)