From 9c05194e0b4a7f5f436bc1048a4fa53b0754a082 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 10 May 2001 12:35:33 +0000 Subject: Making rcsid strings constant - PR 669. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@69 0888f3d4-9f52-45d2-93bc-d00801ff5e46 --- src/Startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Startup.c') diff --git a/src/Startup.c b/src/Startup.c index 4807463..29d2d92 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -24,7 +24,7 @@ #endif /* the rcs ID and its dummy function to use it */ -static char *rcsid = "$Id$"; +static const char *rcsid = "$Id$"; CCTK_FILEVERSION(BetaThorns_IOStreamedHDF5_Startup_c) -- cgit v1.2.3