# HG changeset patch # User alex # Date 1184372101 0 # Node ID d83531dda2923e4292a39b33f1e880ab12f5d3f5 # Parent 486d6f63fa1074c2f289e26f996db97bcb14e988 match doxygen comment with other parts of the file diff -r 486d6f63fa10 -r d83531dda292 rational.h --- 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);