From 32e543f866d9d4b450729e93cd81dacd8c457971 Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Tue, 30 Mar 2010 15:50:57 +0000 Subject: Replace @returns by @return. Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nutdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/nutdec.c') diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index d08683f..3dbca9e 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -136,7 +136,7 @@ static uint64_t find_any_startcode(ByteIOContext *bc, int64_t pos){ * 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(;;){ -- cgit v1.1