summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-04-28 20:44:21 +0000
committerChris Wilson <chris+github@qwirx.com>2007-04-28 20:44:21 +0000
commit53251944e735cbc899283d0b8ac396f9525237e5 (patch)
treed52ee962ae91e70aa01f70f43c38534d85bbc757 /lib/common
parenta04092e0dfa58849c63b720284cf88437767b890 (diff)
Remove newline from end of banner text, since logging framework will add
it for us where necessary. (refs #3)
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/BannerText.h2
1 files changed, 1 insertions, 1 deletions
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