diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index a822a823a90..848d8ea73e3 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -7420,7 +7420,7 @@ regex_tag_multiline (void) | |||
| 7420 | 7420 | ||
| 7421 | /* Force explicit tag name, if a name is there. */ | 7421 | /* Force explicit tag name, if a name is there. */ |
| 7422 | pfnote (name, true, buffer + linecharno, | 7422 | pfnote (name, true, buffer + linecharno, |
| 7423 | charno - linecharno + 1, lineno, linecharno); | 7423 | charno - linecharno, lineno, linecharno); |
| 7424 | 7424 | ||
| 7425 | if (debug) | 7425 | if (debug) |
| 7426 | fprintf (stderr, "%s on %s:%"PRIdMAX": %s\n", | 7426 | fprintf (stderr, "%s on %s:%"PRIdMAX": %s\n", |