aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2001-05-22 02:27:03 +0000
committertradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2001-05-22 02:27:03 +0000
commitbf1a0a985be510aec7cf25b12f18aa83cc4e89ba (patch)
tree14ba0a956363d60f09de2d8c59985ea2ee8a4c8a
parent92fe5ba752c11357f28e52ac3460b0b76df38417 (diff)
Made the rcsid a const string.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@10 ff385933-4943-42dc-877b-ffc776028de6
-rw-r--r--src/NaNCheck.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/NaNCheck.c b/src/NaNCheck.c
index 9060308..79235cd 100644
--- a/src/NaNCheck.c
+++ b/src/NaNCheck.c
@@ -17,8 +17,9 @@
#include "cctk_WarnLevel.h"
#include "cctk_Parameters.h"
#include "cctk_Termination.h"
+
/* the rcsid and the macro to use it */
-static char *rcsid = "$Header$";
+static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusUtils_NaNChecker_NaNCheck_c)