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

Diff for /src/usr.bin/less/main.c between version 1.15 and 1.16

version 1.15, 2014/05/10 16:45:23 version 1.16, 2014/05/13 02:34:58
Line 421 
Line 421 
         exit(status);          exit(status);
 }  }
   
   #if !SMALL
         public char *          public char *
 helpfile(void)  helpfile(void)
 {  {
         return (less_is_more ? HELPDIR "/more.help" : HELPDIR "/less.help");          return (less_is_more ? HELPDIR "/more.help" : HELPDIR "/less.help");
 }  }
   #endif /* !SMALL */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16