summaryrefslogtreecommitdiff
path: root/src/main/Banner.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-09 14:38:34 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-09 14:38:34 +0000
commitedc48203ca8c6da1a991338f8b2eab67c6da9af7 (patch)
tree558dc1fc94c609cdc77df91b29f1fe62ffedc7b2 /src/main/Banner.c
parent9eec0cace17be55af0254c32a10875a0115b5095 (diff)
Removed an extraneous const.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1148 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Banner.c')
-rw-r--r--src/main/Banner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Banner.c b/src/main/Banner.c
index 265455a6..5e4261d5 100644
--- a/src/main/Banner.c
+++ b/src/main/Banner.c
@@ -80,7 +80,7 @@ void CactusBanner(void)
void CCTK_RegisterBanner(const char *string)
{
- const char **temp = NULL;
+ char **temp = NULL;
char *newstring;
number_banners++;