mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 13:40:11 +01:00
util/disk_cache: fix typo in function stub
This commit is contained in:
parent
b073811617
commit
a2bf0954fb
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ disk_cache_put(struct disk_cache *cache, cache_key key,
|
|||
}
|
||||
|
||||
static inline void
|
||||
disk_cache_remove(struct program_cache *cache, cache_key key)
|
||||
disk_cache_remove(struct disk_cache *cache, cache_key key)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue