From 9740e251017edb082f0141e0f10ec0f59f190e37 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 20 Apr 2000 07:16:17 +0000 Subject: Removing ";" from end of CCTK_FILEVERSION git-svn-id: http://svn.cactuscode.org/flesh/trunk@1609 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/IO/IOMethods.c | 2 +- src/IO/OverloadIO.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/IO') 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) -- cgit v1.2.3