From 3ec95b158becda621954f9d97bfd6a3aebc81bd0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Mar 2009 21:12:19 +0000 Subject: [PATCH] totem*: add "const" to avoid 1 more warning git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1936 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/totemconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/totemconfig.c b/exec/totemconfig.c index 1a6b710b..4b5865b2 100644 --- a/exec/totemconfig.c +++ b/exec/totemconfig.c @@ -628,7 +628,7 @@ int totem_config_keyread ( const char **error_string) { int got_key = 0; - char *key_location = NULL; + const char *key_location = NULL; hdb_handle_t object_totem_handle; int res;