summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
Diffstat (limited to 'random')
-rw-r--r--random/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random/random.c b/random/random.c
index c08555d..0b287c9 100644
--- a/random/random.c
+++ b/random/random.c
@@ -41,7 +41,7 @@ void
nice_rng_generate_bytes_print (NiceRNG *rng, guint len, gchar *buf)
{
guint i;
- gchar *chars =
+ const gchar *chars =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
"01234567890";