From 2013d062668e511289df50315bed33534ad71240 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 26 Jul 2009 23:02:20 -0500 Subject: Ensure version screen fits in 80 cols Signed-off-by: Dan McGee --- src/pacman/pacman.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 7cecd905..77c558d1 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -158,8 +158,8 @@ static void version(void) { printf("\n"); printf(" .--. Pacman v%s - libalpm v%s\n", PACKAGE_VERSION, alpm_version()); - printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2009 Pacman Development Team \n"); - printf("\\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet \n"); + printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2009 Pacman Development Team\n"); + printf("\\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet\n"); printf(" '--'\n"); printf(_(" This program may be freely redistributed under\n" " the terms of the GNU General Public License.\n")); -- cgit v1.2.3-24-g4f1b