Commit 71e41994 authored by Alex Beregszaszi's avatar Alex Beregszaszi

match doxygen comment with other parts of the file

Originally committed as revision 9635 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c07ed8c8
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment