# HG changeset patch # User diego # Date 1278071580 0 # Node ID a50a82d98cc2064a1c13543360f3a2771350b0fe # Parent 372f7fed2806c761bc6a2d4ec5356eb69f960125 Avoid one more instance of angular brackets in Doxygen comments. diff -r 372f7fed2806 -r a50a82d98cc2 cook.c --- a/cook.c Fri Jul 02 11:44:58 2010 +0000 +++ b/cook.c Fri Jul 02 11:53:00 2010 +0000 @@ -365,7 +365,7 @@ * Fill the gain array for the timedomain quantization. * * @param q pointer to the COOKContext - * @param gaininfo[9] array of gain indexes + * @param gaininfo array of gain indexes */ static void decode_gain_info(GetBitContext *gb, int *gaininfo)