aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/ctx.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2017-02-14 00:11:29 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2017-02-14 00:11:29 +0100
commit99ef1c93f0359741fd18217cd81cf2c3e0beaf7b (patch)
tree993788059d2b7b6b8989df1d5d28f259d7bab56c /src/blogc-make/ctx.h
parent3d93f3a5e165ec12b97a269ef8fe599981e61e92 (diff)
downloadblogc-99ef1c93f0359741fd18217cd81cf2c3e0beaf7b.tar.gz
blogc-99ef1c93f0359741fd18217cd81cf2c3e0beaf7b.tar.bz2
blogc-99ef1c93f0359741fd18217cd81cf2c3e0beaf7b.zip
blogc-make: renamed copy_files settings to copy
Diffstat (limited to 'src/blogc-make/ctx.h')
-rw-r--r--src/blogc-make/ctx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h
index 7b68965..df640a3 100644
--- a/src/blogc-make/ctx.h
+++ b/src/blogc-make/ctx.h
@@ -34,7 +34,7 @@ typedef struct {
bc_slist_t *posts_fctx;
bc_slist_t *pages_fctx;
- bc_slist_t *copy_files_fctx;
+ bc_slist_t *copy_fctx;
} bm_ctx_t;
bm_filectx_t* bm_filectx_new(bm_ctx_t *ctx, const char *filename);