X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugreport;h=ebd7b1f9acb1552b52317f025fc6c1dfc187fc4e;hp=2d2cbadb0eafbd9c332897792a34b4ae57d8ce7c;hb=4ace6a1aa6b7ebd771581b01494cfe0b23d42b92;hpb=9199c4eac048f4443133023f938885f95ea7251b 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); } }