diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-02-14 15:41:45 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-02-14 15:41:45 -0500 |
commit | 30d7fa271c1b0a2fdcc9ae4123c902a72aa4b926 (patch) | |
tree | 7609fea16f75016e6dd7356f26f165d65d031acb /eval.c | |
parent | 0d6c12cbc8370dafcfcb2c1882303ab2610175c6 (diff) | |
download | bfs-30d7fa271c1b0a2fdcc9ae4123c902a72aa4b926.tar.xz |
s/color_table/colors/.
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |