summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2017-02-17 15:51:30 +1100
committerTimothy Arceri <tarceri@itsqueeze.com>2017-02-17 15:54:00 +1100
commita2bf0954fbe54d44ea8c33f71ef462dc7cda385e (patch)
tree55682eb41c651ea2fbe073ab9fd1d49a2dc8c736 /src/util
parentb07381161777ba5d5f4a1d713f7655bcaede4139 (diff)
util/disk_cache: fix typo in function stub
Diffstat (limited to 'src/util')
-rw-r--r--src/util/disk_cache.h2
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;
}