aboutsummaryrefslogtreecommitdiff
path: root/src/ChooseOutput.c
diff options
context:
space:
mode:
authorgoodale <goodale@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2001-05-10 12:35:39 +0000
committergoodale <goodale@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2001-05-10 12:35:39 +0000
commit337c75aa8c5d8ca38dcfce3cc045c325ebce129c (patch)
treedfa0652f473e2a69bd29cdd981747836bba40dba /src/ChooseOutput.c
parent69db96dfbde77cbcad1f7f8c9d3835541ba39d79 (diff)
Making rcsid strings constant - PR 669.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@60 94b1c47f-dcfd-45ef-a468-0854c0e9e350
Diffstat (limited to 'src/ChooseOutput.c')
-rw-r--r--src/ChooseOutput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChooseOutput.c b/src/ChooseOutput.c
index b8f48fd..6a7a335 100644
--- a/src/ChooseOutput.c
+++ b/src/ChooseOutput.c
@@ -19,7 +19,7 @@
#include "ioASCIIGH.h"
/* the rcs ID and its dummy function to use it */
-static char *rcsid = "$Header$";
+static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusBase_IOASCII_ChooseOutput_c)