From 0d039bdf3a6b9caa8dfec0a5117dc7fef3ecb955 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 10 May 2001 12:35:32 +0000 Subject: Making rcsid strings constant - PR 669. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@29 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- src/RecoverVar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/RecoverVar.c') diff --git a/src/RecoverVar.c b/src/RecoverVar.c index 36011e7..ca23d2a 100644 --- a/src/RecoverVar.c +++ b/src/RecoverVar.c @@ -22,7 +22,7 @@ /* the rcs ID and its dummy function to use it */ -static char *rcsid = "$Id$"; +static const char *rcsid = "$Id$"; CCTK_FILEVERSION(BetaThorns_IOHDF5Util_RecoverVar_c) /* MPI tag base */ -- cgit v1.2.3