summaryrefslogtreecommitdiff
path: root/lib/isc/base32.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/isc/base32.c')
-rw-r--r--lib/isc/base32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isc/base32.c b/lib/isc/base32.c
index 2ee99b182426b..e472439eba5ec 100644
--- a/lib/isc/base32.c
+++ b/lib/isc/base32.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2009, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008, 2009, 2013-2015 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -170,7 +170,7 @@ base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[],
static inline isc_result_t
base32_decode_char(base32_decode_ctx_t *ctx, int c) {
- char *s;
+ const char *s;
unsigned int last;
if (ctx->seen_end)