aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
authorgoodale <goodale@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-05-10 12:35:33 +0000
committergoodale <goodale@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-05-10 12:35:33 +0000
commit9c05194e0b4a7f5f436bc1048a4fa53b0754a082 (patch)
tree266897bf69624310578e58de9255208474507bed /src/DumpGH.c
parentfc74ce6091bd551bcf28c5d1be843a5fd5780bd1 (diff)
Making rcsid strings constant - PR 669.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@69 0888f3d4-9f52-45d2-93bc-d00801ff5e46
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 6b6c8c5..4599a82 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -31,7 +31,7 @@
#endif
/* the rcs ID and its dummy function to use it */
-static char *rcsid = "$Id$";
+static const char *rcsid = "$Id$";
CCTK_FILEVERSION(BetaThorns_IOStreamedHDF5_DumpGH_c)