summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nl-list-caches.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl-list-caches.c b/src/nl-list-caches.c
index db71d6d..42a2546 100644
--- a/src/nl-list-caches.c
+++ b/src/nl-list-caches.c
@@ -113,7 +113,7 @@ int main(int argc, char *argv[])
if (argc > 1 && !strcasecmp(argv[1], "-h"))
print_usage();
- nl_cache_mngt_foreach(print, NULL);
+ nl_cache_ops_foreach(print, NULL);
return 0;
}