From 71e4199485d07eeead3bd03fb11014fd3f07f91d Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sat, 14 Jul 2007 00:15:01 +0000 Subject: [PATCH] match doxygen comment with other parts of the file Originally committed as revision 9635 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/rational.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/rational.h b/libavutil/rational.h index b00e3a474..882677208 100644 --- a/libavutil/rational.h +++ b/libavutil/rational.h @@ -100,7 +100,7 @@ AVRational av_add_q(AVRational b, AVRational c); * Subtracts one rational from another. * @param b first rational. * @param c second rational. - * returns b-c. + * @return b-c. */ AVRational av_sub_q(AVRational b, AVRational c); -- 2.11.0