From 8a3144f0acb7fd934826ccc478707e77bda097d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 28 Mar 2016 21:08:04 +0200 Subject: [PATCH] degesch: update program logo I've noticed that the old one wasn't very pleasant to look at. --- degesch.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/degesch.c b/degesch.c index 08b66a5..8932d5a 100644 --- a/degesch.c +++ b/degesch.c @@ -13098,12 +13098,12 @@ main (int argc, char *argv[]) static const char *g_logo[] = { - " __ __ ", - " __/ / ____ ____ ____ ____ ____ / /_ ", - " / / / , / / / / , / / __/ / __/ / __ \\ ", - " / / / / __/ / / / / __/ /_ / / /_ / / / / ", - "/___/ /___/ /_ / /___/ /___/ /___/ /_/ /_/ " PROGRAM_VERSION, - " /___/ ", + " __ __ ", + " __/ /___________________/ / ", + " / / , / / , / __/ __/ _ \\ ", + "/ / / __/ / / __/_ / /_/ // / ", + "\\__/\\__/_ /\\__/___/\\__/_//_/ " PROGRAM_VERSION, + " /___/", "" };