Changeset - 72489034987c
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-04-18 23:10:27
ohnobinki@ohnopublishing.net
reindented distren.c
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/client/distren.c
Show inline comments
 
@@ -54,6 +54,8 @@ int main(int argc, char *argv[])
 

	
 
  int i;
 
  
 
  i = 1;
 
  
 
  if(options_init(argc, argv, &cfg, cfg_opts, "client", &options))
 
    {
 
      fprintf(stderr, "error getting configuration\n");
 
@@ -99,6 +101,7 @@ if( i == 1 ){
 
      buf[readlen] = '\0';
 
      fprintf(stderr, "read \"%s\"\n", buf);
 
    }
 
    execio_close(testrem);
 
}
 

	
 
else
0 comments (0 inline, 0 general)