[BACK]Return to vis.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / vis

Diff for /src/usr.bin/vis/vis.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:42:39 version 1.3, 1997/01/15 23:43:33
Line 67 
Line 67 
         FILE *fp;          FILE *fp;
         int ch;          int ch;
   
         while ((ch = getopt(argc, argv, "nwctsobfF:ld")) != EOF)          while ((ch = getopt(argc, argv, "nwctsobfF:ld")) != -1)
                 switch((char)ch) {                  switch((char)ch) {
                 case 'n':                  case 'n':
                         none++;                          none++;

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