aboutsummaryrefslogtreecommitdiff
path: root/src/RestoreFile.c
diff options
context:
space:
mode:
authorgoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2001-05-10 12:36:01 +0000
committergoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2001-05-10 12:36:01 +0000
commitac8c305dde8f7c117643bbfa1ce2333b51851f8b (patch)
tree232181e06d84f4ec96fefe679851fbe30e70cd7d /src/RestoreFile.c
parente0fe04472817451c4fc47c15e30d433c9bbea6cb (diff)
Making rcsid strings constant - PR 669.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@192 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/RestoreFile.c')
-rw-r--r--src/RestoreFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RestoreFile.c b/src/RestoreFile.c
index 79329d5..e5ad7de 100644
--- a/src/RestoreFile.c
+++ b/src/RestoreFile.c
@@ -32,7 +32,7 @@
/* the rcs ID and its dummy funtion to use it */
-static char *rcsid = "$Id$";
+static const char *rcsid = "$Id$";
CCTK_FILEVERSION(CactusPUGHIO_IOFlexIO_RestoreFile_c)