| # | Line 72 | Line 72 | char *s; | |
|---|---|---|
| 72 | char fmt[32]; | |
| 73 | ||
| 74 | if (isheadid(s)) | |
| 75 | < | return; |
| 75 | > | return(0); |
| 76 | if (formatval(fmt, s)) { | |
| 77 | if (globmatch(ourfmt, fmt)) { | |
| 78 | wrongformat = 0; | |
| # | Line 83 | Line 83 | char *s; | |
| 83 | putc('\t', stdout); | |
| 84 | fputs(s, stdout); | |
| 85 | } | |
| 86 | + | return(0); |
| 87 | } | |
| 88 | ||
| 89 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |