/[mailutils]/mailutils/mailbox/mailutils-config.c
ViewVC logotype

Diff of /mailutils/mailbox/mailutils-config.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by gray, Wed Dec 4 13:23:32 2002 UTC revision 1.3 by gray, Wed Dec 4 23:27:26 2002 UTC
# Line 156  main (int argc, char **argv) Line 156  main (int argc, char **argv)
156                      entry[i] = entry[j];                      entry[i] = entry[j];
157                      entry[j] = tmp;                      entry[j] = tmp;
158                    }                    }
159                  
160              }              }
161    
162            for (j = 0; j < n; j++)            for (j = 0; j < n; j++)
163              printf ("%s", entry[j].ptr);              {
164                  if (j > 0 && entry[j].level == entry[j-1].level)
165                    continue;
166                  printf ("%s", entry[j].ptr);
167                }
168            printf ("\n");            printf ("\n");
169            return 0;            return 0;
170          }          }
# Line 191  main (int argc, char **argv) Line 196  main (int argc, char **argv)
196        return 0;        return 0;
197      }      }
198        
199    argp_help (&argp, stdout, ARGP_HELP_USAGE,    argp_help (&argp, stdout, ARGP_HELP_USAGE, program_invocation_short_name);
              program_invocation_short_name);  
200    return 0;    return 0;
201  }  }
202        

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26