aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)