From ddd5efc1b169cbbcbc60f19898455d223591fa5e Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 10 May 2001 12:35:22 +0000 Subject: Making rcsid strings constant - PR 669. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2159 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/util/Hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/Hash.c') diff --git a/src/util/Hash.c b/src/util/Hash.c index 610c559b..a721784a 100644 --- a/src/util/Hash.c +++ b/src/util/Hash.c @@ -15,7 +15,7 @@ #include "util_Hash.h" #include "cctk_Flesh.h" -static char *rcsid = "$Header$"; +static const char *rcsid = "$Header$"; CCTK_FILEVERSION(util_Hash_c) -- cgit v1.2.3