summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-10 12:49:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-10 12:49:00 +0000
commite2752da3391aecb9a1b615ff42d1db5638af344a (patch)
treeec82c68449b14e29da8628bbc750eb2a8d3b07ec /random
parentca4ca81da48c5a3b192fa6c8291e9b2070c5490f (diff)
downloadlibnice-e2752da3391aecb9a1b615ff42d1db5638af344a.tar.gz
add const qualifier to various things
darcs-hash:20070210124942-c9803-9cf881ad1149d817d155d6ae9948259b41b8950a.gz
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";