aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index b9f0b50..fd47140 100644
--- a/main.c
+++ b/main.c
@@ -1383,7 +1383,7 @@ static int createdir(const struct http_payload *const p,
goto end;
}
- char *name = NULL, *dir = NULL;
+ const char *name = NULL, *dir = NULL;
for (size_t i = 0; i < n; i++)
{