diff nutdec.c @ 5909:b8041f85c327 libavformat

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents dbbcecb1a0dd
children 536e5527c1e0
line wrap: on
line diff
--- a/nutdec.c	Mon Mar 29 22:29:14 2010 +0000
+++ b/nutdec.c	Tue Mar 30 15:50:57 2010 +0000
@@ -136,7 +136,7 @@
  * Find the given startcode.
  * @param code the startcode
  * @param pos the start position of the search, or -1 if the current position
- * @returns the position of the startcode or -1 if not found
+ * @return the position of the startcode or -1 if not found
  */
 static int64_t find_startcode(ByteIOContext *bc, uint64_t code, int64_t pos){
     for(;;){