summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
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);
}