Added const char * in multiple places

This commit is contained in:
Olof hagsand 2020-07-02 19:25:48 +02:00
parent 0a985e6618
commit 593ed2ef3b
30 changed files with 138 additions and 136 deletions

View file

@ -149,7 +149,7 @@ int clicon_err_fn(const char *fn,
const int line,
int category,
int suberr,
char *format, ...)
const char *format, ...)
{
va_list args;
int len;