From 09119a3e8fa5f206eb4254144a1c8e77bc6e587e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 4 May 2019 11:51:56 -0400 Subject: bftw: Add a caching stat() API to struct BFTW --- color.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'color.h') diff --git a/color.h b/color.h index 7df3785..946358a 100644 --- a/color.h +++ b/color.h @@ -106,8 +106,8 @@ int cfclose(CFILE *cfile); * %s: A string * %zu: A size_t * %m: strerror(errno) - * %pP: A colored file path, from a const struct BFTW * argument - * %pL: A colored link target, from a const struct BFTW * argument + * %pP: A colored file path, from a struct BFTW * argument + * %pL: A colored link target, from a struct BFTW * argument * %%: A literal '%' * ${cc}: Change the color to 'cc' * $$: A literal '$' -- cgit v1.2.3