util/disk_cache: fix typo in function stub
authorTimothy Arceri <tarceri@itsqueeze.com>
Fri, 17 Feb 2017 04:51:30 +0000 (15:51 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Fri, 17 Feb 2017 04:54:00 +0000 (15:54 +1100)
src/util/disk_cache.h

index 39062f4..7c15aa1 100644 (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;
 }