diff options
Diffstat (limited to 'trailer.c')
| -rw-r--r-- | trailer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ struct arg_item { static LIST_HEAD(conf_head); -static char *separators = ":"; +static const char *separators = ":"; static int configured; |
