diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-07-14 00:15:01 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-07-14 00:15:01 +0000 |
commit | 71e4199485d07eeead3bd03fb11014fd3f07f91d (patch) | |
tree | 4ad0c496b2058b5b4da8d1103e2a8022d8e0e3f0 /libavutil/rational.h | |
parent | c07ed8c8a22c1427323dccb7722b2b094f95e728 (diff) | |
download | ffmpeg-71e4199485d07eeead3bd03fb11014fd3f07f91d.tar.gz |
match doxygen comment with other parts of the file
Originally committed as revision 9635 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/rational.h')
-rw-r--r-- | libavutil/rational.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/rational.h b/libavutil/rational.h index b00e3a4745..8826772084 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); |