From 99ef1c93f0359741fd18217cd81cf2c3e0beaf7b Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 14 Feb 2017 00:11:29 +0100 Subject: blogc-make: renamed copy_files settings to copy --- src/blogc-make/ctx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blogc-make/ctx.h') 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); -- cgit v1.2.3-18-g5258