diff options
author | Timothy Arceri <[email protected]> | 2017-02-17 15:51:30 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-02-17 15:54:00 +1100 |
commit | a2bf0954fbe54d44ea8c33f71ef462dc7cda385e (patch) | |
tree | 55682eb41c651ea2fbe073ab9fd1d49a2dc8c736 | |
parent | b07381161777ba5d5f4a1d713f7655bcaede4139 (diff) |
util/disk_cache: fix typo in function stub
-rw-r--r-- | src/util/disk_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |