aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-05-06 14:17:07 +0000
committerallen <allen@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-05-06 14:17:07 +0000
commit292e1d50749f4929177c267f88ffd649c3156c0a (patch)
treefc3a22d8772e915b03b58a151455a61e994b51fc
parentee8119385bf753f01755d8d9465a9e4dc2b3f7c2 (diff)
FILEVERSION fix
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@125 1faa4e14-9dd3-4be0-9f0e-ffe519881164
-rw-r--r--src/Sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Sockets.c b/src/Sockets.c
index 35c3eee..8767a9b 100644
--- a/src/Sockets.c
+++ b/src/Sockets.c
@@ -50,7 +50,7 @@
static char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusConnect_HTTPD_Socketc)
+CCTK_FILEVERSION(CactusConnect_HTTPD_Sockets_c)
/********************************************************************
********************* Local Data Types ***********************