summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)