aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.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/DumpGH.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/DumpGH.c')
-rw-r--r--src/DumpGH.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index 337103c..9ce222b 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -23,7 +23,7 @@
#include "ioHDF5GH.h"
/* the rcs ID and its dummy function to use it */
-static char *rcsid = "$Id$";
+static const char *rcsid = "$Id$";
CCTK_FILEVERSION(AlphaThorns_IOHDF5_DumpGH_c)