mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-21 07:40:43 +02:00
[cairo-cache] Fixup doc comment.
Missing % before the macro name in the comment.
This commit is contained in:
parent
586dbaafe6
commit
3501eef698
1 changed files with 2 additions and 2 deletions
|
|
@ -239,8 +239,8 @@ _cairo_cache_lookup (cairo_cache_t *cache,
|
|||
*
|
||||
* Remove a random entry from the cache.
|
||||
*
|
||||
* Return value: TRUE if an entry was successfully removed.
|
||||
* FALSE if there are no entries that can be removed.
|
||||
* Return value: %TRUE if an entry was successfully removed.
|
||||
* %FALSE if there are no entries that can be removed.
|
||||
**/
|
||||
static cairo_bool_t
|
||||
_cairo_cache_remove_random (cairo_cache_t *cache)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue