diff options
Diffstat (limited to 'p11-kit/conf.c')
-rw-r--r-- | p11-kit/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p11-kit/conf.c b/p11-kit/conf.c index d29d9ec..83ee7ca 100644 --- a/p11-kit/conf.c +++ b/p11-kit/conf.c @@ -288,8 +288,8 @@ static char * calc_name_from_filename (const char *fname) { /* We eventually want to settle on .module */ - static const char *suffix = ".module"; - static size_t suffix_len = 7; + static const char const *suffix = ".module"; + static const size_t suffix_len = 7; const char *c = fname; size_t fname_len; size_t name_len; |