From 53251944e735cbc899283d0b8ac396f9525237e5 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 28 Apr 2007 20:44:21 +0000 Subject: Remove newline from end of banner text, since logging framework will add it for us where necessary. (refs #3) --- lib/common/BannerText.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/common/BannerText.h b/lib/common/BannerText.h index 7e28fa16..23486fef 100644 --- a/lib/common/BannerText.h +++ b/lib/common/BannerText.h @@ -11,7 +11,7 @@ #define BANNERTEXT__H #define BANNER_TEXT(UtilityName) \ - "Box " UtilityName " v" BOX_VERSION ", (c) Ben Summers and contributors 2003-2006\n" + "Box " UtilityName " v" BOX_VERSION ", (c) Ben Summers and contributors 2003-2006" #endif // BANNERTEXT__H -- cgit v1.2.3