diff options
Diffstat (limited to 'gprof/source.c')
-rw-r--r-- | gprof/source.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gprof/source.c b/gprof/source.c index 6a977a6..335cda8 100644 --- a/gprof/source.c +++ b/gprof/source.c @@ -250,7 +250,6 @@ annotate_source (Source_File *sf, unsigned int max_width, (*annote) (annotation, max_width, line_num, arg); fputs (annotation, ofp); ++line_num; - new_line = FALSE; } new_line = (buf[i] == '\n'); |