summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'color.h')
-rw-r--r--color.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/color.h b/color.h
index ad2b53c..25523de 100644
--- a/color.h
+++ b/color.h
@@ -47,10 +47,10 @@ void pretty_print(const color_table *colors, const char *fpath, const struct BFT
* The color table to use.
* @param fpath
* The file path in error.
- * @param ftwbuf
- * The bftw() data for fpath.
+ * @param error
+ * The error code that occurred.
*/
-void print_error(const color_table *colors, const char *fpath, const struct BFTW *ftwbuf);
+void print_error(const color_table *colors, const char *fpath, int error);
/**
* Free a color table.