summaryrefslogtreecommitdiffstats
path: root/src/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/diff.c')
-rw-r--r--src/diff.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c
index 7f97ba7..ccb4287 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -308,7 +308,8 @@ static int list_cb(DB *ddb, struct syrep_name *name, struct diff_entry *de, void
switch (de->action) {
case DIFF_COPY: {
char d[33];
- char sizet[100] = " ", *psizet = "";
+ char sizet[100] = " ";
+ const char *psizet = "";
char dst;
const char *root = NULL;
int mf;