| # | Line 171 | Line 171 | userr: | |
|---|---|---|
| 171 | } | |
| 172 | ||
| 173 | ||
| 174 | + | int |
| 175 | headline(s) /* get relevant info from header */ | |
| 176 | char *s; | |
| 177 | { | |
| # | Line 183 | Line 184 | char *s; | |
| 184 | wrongformat = strcmp(fmt, COLRFMT); | |
| 185 | } else if (isview(s) && sscanview(&ourview, s) > 0) | |
| 186 | gotview++; | |
| 187 | + | return(0); |
| 188 | } | |
| 189 | ||
| 190 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |