changeset 364:d83531dda292 libavutil

match doxygen comment with other parts of the file
author alex
date Sat, 14 Jul 2007 00:15:01 +0000
parents 486d6f63fa10
children 7f9e8e77c86b
files rational.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rational.h	Wed Jul 11 13:50:59 2007 +0000
+++ b/rational.h	Sat Jul 14 00:15:01 2007 +0000
@@ -100,7 +100,7 @@
  * 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);