aboutsummaryrefslogtreecommitdiff
path: root/src/PughUtils.c
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-05-10 12:33:34 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-05-10 12:33:34 +0000
commitc5e5d36cbc2161dde3c99b51efdf44d3bb1c4efc (patch)
tree44d73b93efec920e79b41ede0b906337038503d8 /src/PughUtils.c
parenta69aa72c70d48beafcca00fd599d31308353bc53 (diff)
Making rcsid string a constant - PR 669.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@324 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/PughUtils.c')
-rw-r--r--src/PughUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PughUtils.c b/src/PughUtils.c
index f0fc1c5..a30ee1d 100644
--- a/src/PughUtils.c
+++ b/src/PughUtils.c
@@ -15,7 +15,7 @@
#include "pugh.h"
-static char *rcsid = "$Header$";
+static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusPUGH_PUGH_PughUtils_c)