summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-20 07:16:17 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-20 07:16:17 +0000
commit9740e251017edb082f0141e0f10ec0f59f190e37 (patch)
tree799dcd9fa40857d5e8799f667c8d42f538b555db /src/IO
parent3ada74fe7c00b5f9c3365c065270d66568fca7a8 (diff)
Removing ";" from end of CCTK_FILEVERSION
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1609 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/IOMethods.c2
-rw-r--r--src/IO/OverloadIO.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c
index d399afda..1dc0b891 100644
--- a/src/IO/IOMethods.c
+++ b/src/IO/IOMethods.c
@@ -22,7 +22,7 @@
static char *rcsid = "$Header$";
-CCTK_FILEVERSION (IO_IOMethods_c);
+CCTK_FILEVERSION (IO_IOMethods_c)
/* Local data holding info on IO methods.*/
static cHandledData *IOMethods = NULL;
diff --git a/src/IO/OverloadIO.c b/src/IO/OverloadIO.c
index 0071a66f..859f3601 100644
--- a/src/IO/OverloadIO.c
+++ b/src/IO/OverloadIO.c
@@ -20,7 +20,7 @@
static char *rcsid="$Header$";
-CCTK_FILEVERSION (IO_OverloadIO_c);
+CCTK_FILEVERSION (IO_OverloadIO_c)
/* Define the prototypes for the dummy functions. */
#define OVERLOADABLE(name) OVERLOADABLE_DUMMYPROTOTYPE(name)