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

Diff for /src/usr.bin/file/Attic/apprentice.c between version 1.12 and 1.13

version 1.12, 2002/02/16 21:27:46 version 1.13, 2002/03/14 06:51:41
Line 164 
Line 164 
                 case STRING:                  case STRING:
                         break;                          break;
                 default:                  default:
                         warnx("can't happen: m->type=%d\n", m->type);                          warnx("can't happen: m->type=%d", m->type);
                         return -1;                          return -1;
                 }                  }
         return v;          return v;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13