/[pkg-mixmaster]/trunk/Mix/Src/main.c
ViewVC logotype

Diff of /trunk/Mix/Src/main.c

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

revision 69 by weaselp, Sat Mar 9 03:05:36 2002 UTC revision 101 by rabbi, Wed Jul 24 07:00:16 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Command-line based frontend     Command-line based frontend
9     $Id: main.c,v 1.7 2002/03/09 03:05:36 weaselp Exp $ */     $Id: main.c,v 1.8 2002/07/24 07:00:16 rabbi Exp $ */
10    
11    
12  #include "mix3.h"  #include "mix3.h"
# Line 296  int main(int argc, char *argv[]) Line 296  int main(int argc, char *argv[])
296      goto end;      goto end;
297    }    }
298    if (type_list) {    if (type_list) {
299      if (file_to_out(TYPE2LIST) < 0) {      if (print_type2list() < 0) {
300        fprintf(stderr, "File %s not found.\n", TYPE2LIST);        fprintf(stderr, "Cannot print type2.list.\n");
301          ret = 2;
302      }      }
303      goto end;      goto end;
304    }    }

Legend:
Removed from v.69  
changed lines
  Added in v.101

  ViewVC Help
Powered by ViewVC 1.1.5