Changeset - ca2e4a119505
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-10-08 23:26:54
ohnobinki@ohnopublishing.net
removed pointless initializations
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -703,15 +703,15 @@ int main(int argc, char *argv[])
 

	
 
  int command;
 
  jobnum_t jobnum;
 
  struct distrenjob *tmp_job;
 
  struct frameset *tmp_frame;
 
  int type;
 
  char *name = "";
 
  char *submitter = "";
 
  char *email = "";
 
  char *name;
 
  char *submitter;
 
  char *email;
 
  int priority;
 
  int width;
 
  int height;
 
  int start_frame;
 
  int end_frame;
 

	
0 comments (0 inline, 0 general)