Changeset - b0180c74a54c
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-07-09 00:08:39
ohnobinki@ohnopublishing.net
syntax: missing semicolon
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -44,13 +44,13 @@ int highest_jobnum; // The job number of
 
// Stores config info? editmycomment
 
struct distrend_config
 
{
 
  cfg_t *mycfg;
 
  struct options_common *options;
 
  struct distrend_listen **listens; /*< Null terminated array of structs */
 
}
 
};
 

	
 
// Stores Blender Job Info
 
struct {
 
  char *name;
 
  char *submitter;
 
  char *email;
0 comments (0 inline, 0 general)