diff options
Diffstat (limited to 'common/t-stringhelp.c')
-rw-r--r-- | common/t-stringhelp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/t-stringhelp.c b/common/t-stringhelp.c index 7c6fb8022..6f7f6f7af 100644 --- a/common/t-stringhelp.c +++ b/common/t-stringhelp.c @@ -717,7 +717,7 @@ test_split_fields (void) }; int tidx; - char *fields[10]; + const char *fields[10]; int field_count_expected, nfields, field_count, i; char *s2; @@ -792,7 +792,7 @@ test_split_fields_colon (void) }; int tidx; - char *fields[10]; + const char *fields[10]; int field_count_expected, nfields, field_count, i; char *s2; |