diff options
-rwxr-xr-x | utils/scan-build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/scan-build b/utils/scan-build index e35bc2f4a0..9c83de0007 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -435,8 +435,7 @@ ENDTEXT $fname =~ s/$regex//; UpdateInFilePath("$Dir/$ReportFile", $InFileRegex, $InFilePrefix) } - - print "Prefix is '$prefix'\n"; + print OUT "<td>$fname</td>\n"; # Print the rest of the columns. |