diff options
| author | 2008-01-11 15:22:56 +0000 | |
|---|---|---|
| committer | 2008-01-11 15:22:56 +0000 | |
| commit | 73d0923d7f5d5cbddb3995460741f80358c4d7ff (patch) | |
| tree | 0eca12ec45a9f673910003962d4a674b0367e46c /src/tools | |
| parent | 8e79f0b4f0f5efbde993c6bf25c61a42a802da86 (diff) | |
Cleanups for 0.122u5.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/src2html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/src2html.c b/src/tools/src2html.c index 96adaff12fe..e1d4ada901e 100644 --- a/src/tools/src2html.c +++ b/src/tools/src2html.c @@ -524,7 +524,7 @@ static int output_file(file_type type, int srcrootlen, int dstrootlen, const ast int quotes_are_linked = FALSE; char in_quotes = 0; int curcol = 0; - + /* start with the line number */ dstptr += sprintf(dstptr, "<span style=\"" LINENUM_STYLE "\">%5d</span> ", linenum++); |
