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 08dc00984c..7c34a425da 100644 --- a/string-list.c +++ b/string-list.c @@ -327,7 +327,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 */ |
