summaryrefslogtreecommitdiff
path: root/p11-kit/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'p11-kit/conf.c')
-rw-r--r--p11-kit/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/conf.c b/p11-kit/conf.c
index 0ecb40a..2a6dc5c 100644
--- a/p11-kit/conf.c
+++ b/p11-kit/conf.c
@@ -287,7 +287,7 @@ static char *
calc_name_from_filename (const char *fname)
{
/* We eventually want to settle on .module */
- static const char const *suffix = ".module";
+ static const char *const suffix = ".module";
static const size_t suffix_len = 7;
const char *c = fname;
size_t fname_len;