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

Diff for /src/usr.bin/mg/main.c between version 1.72 and 1.73

version 1.72, 2014/03/22 11:05:37 version 1.73, 2014/11/13 21:36:23
Line 235 
Line 235 
             || eyesno("Modified buffers exist; really exit") == TRUE) {              || eyesno("Modified buffers exist; really exit") == TRUE) {
                 vttidy();                  vttidy();
                 closetags();                  closetags();
                 exit(GOOD);                  exit(0);
         }          }
         return (TRUE);          return (TRUE);
 }  }

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73