diff rtsp.c @ 5909:b8041f85c327 libavformat

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents 96b5fa031468
children 536e5527c1e0
line wrap: on
line diff
--- a/rtsp.c	Mon Mar 29 22:29:14 2010 +0000
+++ b/rtsp.c	Tue Mar 30 15:50:57 2010 +0000
@@ -1080,7 +1080,7 @@
 }
 
 /**
- * @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)