Explorar o código

totemconfig.c: avoid another warning

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1933 fd59a12c-fef9-0310-b244-a6a79926bd2f
Jim Meyering %!s(int64=17) %!d(string=hai) anos
pai
achega
9613fe0944
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exec/totemconfig.c

+ 1 - 1
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)
 {