diff options
Diffstat (limited to 'string-list.c')
| -rw-r--r-- | string-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string-list.c b/string-list.c index 020ed8fef7..fffa2ad4b6 100644 --- a/string-list.c +++ b/string-list.c @@ -333,7 +333,7 @@ static int split_string(struct string_list *list, const char *string, const char BUG("string_list_split() called without strdup_strings"); for (;;) { - char *end; + const char *end; if (flags & STRING_LIST_SPLIT_TRIM) { /* ltrim */ |
