aboutsummaryrefslogtreecommitdiff
path: root/src/PostReceiveGA.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/PostReceiveGA.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/PostReceiveGA.c')
-rw-r--r--src/PostReceiveGA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PostReceiveGA.c b/src/PostReceiveGA.c
index caacff0..9e0b10b 100644
--- a/src/PostReceiveGA.c
+++ b/src/PostReceiveGA.c
@@ -14,7 +14,7 @@
#include "pugh.h"
-static char *rcsid = "$Header$";
+static const char *rcsid = "$Header$";
CCTK_FILEVERSION(CactusPUGH_PUGH_PostReceiveGA_c)