* test/testvotequorum1.c (node_state): Return "const char *". git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1958 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -45,7 +45,7 @@
static votequorum_handle_t handle;
-static char *node_state(int state)
+static const char *node_state(int state)
{
switch (state) {
case NODESTATE_JOINING: