diff options
Diffstat (limited to 'promisor-remote.h')
| -rw-r--r-- | promisor-remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/promisor-remote.h b/promisor-remote.h index 2cb9eda9ea..88cb599c39 100644 --- a/promisor-remote.h +++ b/promisor-remote.h @@ -13,7 +13,7 @@ struct object_id; */ struct promisor_remote { struct promisor_remote *next; - const char *partial_clone_filter; + char *partial_clone_filter; const char name[FLEX_ARRAY]; }; |
