From 30d7fa271c1b0a2fdcc9ae4123c902a72aa4b926 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 14 Feb 2016 15:41:45 -0500 Subject: s/color_table/colors/. --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 125342a..6f03249 100644 --- a/eval.c +++ b/eval.c @@ -387,7 +387,7 @@ bool eval_path(const struct expr *expr, struct eval_state *state) { * -print action. */ bool eval_print(const struct expr *expr, struct eval_state *state) { - const struct color_table *colors = state->cmdline->stdout_colors; + const struct colors *colors = state->cmdline->stdout_colors; if (colors) { fill_statbuf(state); } -- cgit v1.2.3