From: Ted Kremenek Date: Mon, 22 Sep 2008 17:39:18 +0000 (+0000) Subject: Make "View Report" just a normal link again. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68005ddb49b88c2f6cdd88185d72d8b411d2dbc9;p=clang Make "View Report" just a normal link again. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56442 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/scan-build b/utils/scan-build index 09e99c3096..e0a3ce8ab0 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -677,7 +677,7 @@ ENDTEXT } # Emit the "View" link. - print OUT "View Report"; + print OUT "View Report"; # Emit REPORTBUG markers. print OUT "\n\n";