summaryrefslogtreecommitdiffstats
path: root/ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctx.c')
-rw-r--r--ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctx.c b/ctx.c
index 450d87e..c86e41d 100644
--- a/ctx.c
+++ b/ctx.c
@@ -161,7 +161,7 @@ struct bfs_ctx_file {
const char *path;
};
-struct CFILE *bfs_ctx_dedup(struct bfs_ctx *ctx, CFILE *cfile, const char *path) {
+CFILE *bfs_ctx_dedup(struct bfs_ctx *ctx, CFILE *cfile, const char *path) {
struct bfs_stat sb;
if (bfs_stat(fileno(cfile->file), NULL, 0, &sb) != 0) {
return NULL;