aboutsummaryrefslogtreecommitdiff
path: root/src/RecoverGH.c
diff options
context:
space:
mode:
authorgoodale <goodale@4825ed28-b72c-4eae-9704-e50c059e567d>2001-05-10 12:35:25 +0000
committergoodale <goodale@4825ed28-b72c-4eae-9704-e50c059e567d>2001-05-10 12:35:25 +0000
commitcd5da29fdf59f73e1edc9f035e803dd69fe3cb86 (patch)
treeb92e9a9bc949b272d01d83db8a6723e60b8898e8 /src/RecoverGH.c
parent57d56443a24ea883de35f2c782dedb605bcd886b (diff)
Making rcsid strings constant - PR 669.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@58 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'src/RecoverGH.c')
-rw-r--r--src/RecoverGH.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RecoverGH.c b/src/RecoverGH.c
index 6de18c1..cfe07d4 100644
--- a/src/RecoverGH.c
+++ b/src/RecoverGH.c
@@ -26,7 +26,7 @@
/* the rcs ID and its dummy function to use it */
-static char *rcsid = "$Id$";
+static const char *rcsid = "$Id$";
CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_RecoverGH_c)