Changeset - 616c0b2560d4
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-10-08 23:29:35
ohnobinki@ohnopublishing.net
removed pointless initializer
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -597,7 +597,9 @@ int createQueueFromXML(struct distrenjob
 
/* ************************** Test Functions ************************* */
 
void printFrameInfo(struct frameset *frame)
 
{
 
  char *status = "";
 
  char *status;
 

	
 
  status = NULL;
 

	
 
  switch(frame->status)
 
  {
0 comments (0 inline, 0 general)