mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
Replace @returns by @return.
Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user