From: Steinar H. Gunderson Date: Thu, 22 Mar 2007 18:08:12 +0000 (+0000) Subject: Fix an error in the non-HTML output of bugreport. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=4ace6a1aa6b7ebd771581b01494cfe0b23d42b92 Fix an error in the non-HTML output of bugreport. --- diff --git a/bugreport b/bugreport index 2d2cbad..ebd7b1f 100755 --- a/bugreport +++ b/bugreport @@ -160,7 +160,7 @@ sub MakeStatistics() { printf("Number that have a patch: %d\n", $patchtotal); printf("Number that have a fix prepared and waiting to upload: %d\n", $pendingtotal); printf("Number that are being ignored: %d\n", $ignoretotal); - printf("Number concerning the current stable release: %d

\n", $stabletotal); + printf("Number concerning the current stable release: %d\n", $stabletotal); printf("Number concerning the next release (excluding ignored and not-in-testing): %d\n", $worrytotal); } }