]> andersk Git - moira.git/commitdiff
Non void function should actually return something. Thank you, Irix cc.
authorzacheiss <zacheiss>
Sun, 19 Aug 2001 02:56:46 +0000 (02:56 +0000)
committerzacheiss <zacheiss>
Sun, 19 Aug 2001 02:56:46 +0000 (02:56 +0000)
clients/moira/cluster.c

index eab1cf3bc4cd0f184660cc42c5ee4f6cfc8c8c3f..3ef90f8c9dced063b9a699170356866f24adbe0b 100644 (file)
@@ -2054,6 +2054,7 @@ static char *PrintContainer(char **info)
 
   sprintf(buf, "Container: %s", info[CON_NAME]);
   Put_message(buf);
+  return "";
 }
 
 static char *PrintMContMap(char **info)
This page took 0.036539 seconds and 5 git commands to generate.