aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c
index e2afb7f81..49850256c 100644
--- a/src/update.c
+++ b/src/update.c
@@ -196,7 +196,7 @@ inodeFoundInParent(struct directory *parent, ino_t inode, dev_t device)
static enum update_return
addSubDirectoryToDirectory(struct directory *directory,
- const char *name, struct stat *st)
+ const char *name, const struct stat *st)
{
struct directory *subDirectory;