From a2bf0954fbe54d44ea8c33f71ef462dc7cda385e Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Fri, 17 Feb 2017 15:51:30 +1100 Subject: [PATCH] util/disk_cache: fix typo in function stub --- src/util/disk_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/disk_cache.h b/src/util/disk_cache.h index 39062f40a24..7c15aa180de 100644 --- a/src/util/disk_cache.h +++ b/src/util/disk_cache.h @@ -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; } -- 2.30.2