From df7d960b0d7e1f9bd8aa58654760e41b6282f78a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 5 May 2019 15:46:55 -0400 Subject: bftw: Pass a const struct BFTW * to the callback --- color.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'color.h') diff --git a/color.h b/color.h index 946358a..7df3785 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 struct BFTW * argument - * %pL: A colored link target, from a struct BFTW * argument + * %pP: A colored file path, from a const struct BFTW * argument + * %pL: A colored link target, from a const struct BFTW * argument * %%: A literal '%' * ${cc}: Change the color to 'cc' * $$: A literal '$' -- cgit v1.2.3