OSDN Git Service

match doxygen comment with other parts of the file
authorAlex Beregszaszi <alex@rtfs.hu>
Sat, 14 Jul 2007 00:15:01 +0000 (00:15 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Sat, 14 Jul 2007 00:15:01 +0000 (00:15 +0000)
Originally committed as revision 9635 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/rational.h

index b00e3a4..8826772 100644 (file)
@@ -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);