[FFmpeg-cvslog] r9635 - trunk/libavutil/rational.h

alex subversion
Sat Jul 14 02:15:01 CEST 2007


Author: alex
Date: Sat Jul 14 02:15:01 2007
New Revision: 9635

Log:
match doxygen comment with other parts of the file

Modified:
   trunk/libavutil/rational.h

Modified: trunk/libavutil/rational.h
==============================================================================
--- trunk/libavutil/rational.h	(original)
+++ trunk/libavutil/rational.h	Sat Jul 14 02:15:01 2007
@@ -100,7 +100,7 @@ AVRational av_add_q(AVRational b, AVRati
  * 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);
 




More information about the ffmpeg-cvslog mailing list