[Box Backup-commit] COMMIT r1601 - box/chris/merge/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 28 Apr 2007 21:44:22 +0100
Author: chris
Date: 2007-04-28 21:44:21 +0100 (Sat, 28 Apr 2007)
New Revision: 1601
Modified:
box/chris/merge/lib/common/BannerText.h
Log:
Remove newline from end of banner text, since logging framework will add
it for us where necessary. (refs #3)
Modified: box/chris/merge/lib/common/BannerText.h
===================================================================
--- box/chris/merge/lib/common/BannerText.h 2007-04-28 20:43:48 UTC (rev 1600)
+++ box/chris/merge/lib/common/BannerText.h 2007-04-28 20:44:21 UTC (rev 1601)
@@ -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