From 9613fe09444f1873111117fcf52436368f7ecb8f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Mar 2009 21:11:55 +0000 Subject: [PATCH] totemconfig.c: avoid another warning git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1933 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 7b9fb800..f36e922a 100644 --- a/exec/totemconfig.c +++ b/exec/totemconfig.c @@ -584,7 +584,7 @@ parse_error: } static int read_keyfile ( - char *key_location, + const char *key_location, struct totem_config *totem_config, const char **error_string) {