util/disk_cache: fix typo in function stub

This commit is contained in:
Timothy Arceri 2017-02-17 15:51:30 +11:00
parent b073811617
commit a2bf0954fb

View file

@ -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;
}