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/main/RecordImplementation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/RecordImplementation.c') diff --git a/src/main/RecordImplementation.c b/src/main/RecordImplementation.c index 84cb1f07..0f283dda 100644 --- a/src/main/RecordImplementation.c +++ b/src/main/RecordImplementation.c @@ -15,7 +15,7 @@ #include "StoreNamedData.h" -static char *rcsid = "$Header$"; +static const char *rcsid = "$Header$"; CCTK_FILEVERSION(main_RecordImplementation_c) -- cgit v1.2.3