summaryrefslogtreecommitdiff
path: root/src/main/Banner.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-12 09:46:40 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-12 09:46:40 +0000
commit41917ab82ac7c9244d3653e97db95c7b05d06b7f (patch)
tree50205257a9a2d0c52d09e272f783bad677385f76 /src/main/Banner.c
parente580da7bce96ee01502f2a7e913ab83a93779b95 (diff)
Making the lines in the cactus banner longer so they match the other lines
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1724 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Banner.c')
-rw-r--r--src/main/Banner.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/Banner.c b/src/main/Banner.c
index efd4aee8..dfc20023 100644
--- a/src/main/Banner.c
+++ b/src/main/Banner.c
@@ -59,10 +59,9 @@ void CCTKi_CactusBanner(void)
string = B_ANNERLINE;
-
- printf("-----------------------------------------------------------\n");
+ printf("--------------------------------------------------------------------------------\n");
printf("%s\n",string);
- printf("-----------------------------------------------------------\n");
+ printf("--------------------------------------------------------------------------------\n");
}