From: Timothy Arceri Date: Fri, 17 Feb 2017 04:51:30 +0000 (+1100) Subject: util/disk_cache: fix typo in function stub X-Git-Tag: upstream/17.1.0~2161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2bf0954fbe54d44ea8c33f71ef462dc7cda385e;p=platform%2Fupstream%2Fmesa.git util/disk_cache: fix typo in function stub --- diff --git a/src/util/disk_cache.h b/src/util/disk_cache.h index 39062f4..7c15aa1 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; }