aboutsummaryrefslogtreecommitdiff
path: root/src/OutputInfo.c
diff options
context:
space:
mode:
authorgoodale <goodale@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-05-10 12:35:41 +0000
committergoodale <goodale@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-05-10 12:35:41 +0000
commit83f7324d1f2bdb04c4661c55e601bb1caf7e6892 (patch)
tree8cf101b9be6022525151725432e8be4740af2748 /src/OutputInfo.c
parent7a089d6120869456e9c816d30914b09283fa88e4 (diff)
Making rcsid strings constant - PR 669.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@89 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'src/OutputInfo.c')
-rw-r--r--src/OutputInfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputInfo.c b/src/OutputInfo.c
index 3a6a913..779ac80 100644
--- a/src/OutputInfo.c
+++ b/src/OutputInfo.c
@@ -18,7 +18,7 @@
#include "iobasicGH.h"
/* the rcs ID and its dummy function to use it */
-static char *rcsid = "$Header$";
+static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusBase_IOBasic_OutputInfo_c)
/* uncomment the following to get some debugging output */