Mesa (master): util/disk_cache: fix typo in function stub

Timothy Arceri tarceri at kemper.freedesktop.org
Fri Feb 17 04:54:13 UTC 2017


Module: Mesa
Branch: master
Commit: a2bf0954fbe54d44ea8c33f71ef462dc7cda385e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2bf0954fbe54d44ea8c33f71ef462dc7cda385e

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Fri Feb 17 15:51:30 2017 +1100

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 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;
 }




More information about the mesa-commit mailing list