Doxygen fix.

svn path=/trunk/; revision=34013
This commit is contained in:
Anders Broman 2010-08-30 14:22:49 +00:00
parent 4382dcffad
commit e17efa574d
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ extern gboolean ranges_are_equal(range_t *a, range_t *b);
/** This function calls the provided callback function for each value in
* in the range.
* @param range the range
* @param val value
* @param callback the callback function
*/
extern void range_foreach(range_t *range, void (*callback)(guint32 val));