aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschnetter <schnetter@b61c5cb5-eaca-4651-9a7a-d64986f99364>2005-01-02 16:51:59 +0000
committerschnetter <schnetter@b61c5cb5-eaca-4651-9a7a-d64986f99364>2005-01-02 16:51:59 +0000
commit3523b54561f90cd4d67cc49686f977094d4dfafe (patch)
tree869cacfaf374197771e26a3b240deee0d4cf545a /src
parent251df6b36e1d278dd57fbddd5fe98135f2583be7 (diff)
Add semicolon after CCTK_FILEVERSION macro
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@454 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src')
-rw-r--r--src/GHExtension.c2
-rw-r--r--src/PostReceiveGA.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index cb45870..4a3a9d6 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -23,7 +23,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGH_pugh_GHExtension_c)
+CCTK_FILEVERSION(CactusPUGH_pugh_GHExtension_c);
/* prototypes of routines defined in this source file */
diff --git a/src/PostReceiveGA.c b/src/PostReceiveGA.c
index c061b70..a06d0c6 100644
--- a/src/PostReceiveGA.c
+++ b/src/PostReceiveGA.c
@@ -16,7 +16,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CactusPUGH_PUGH_PostReceiveGA_c)
+CCTK_FILEVERSION(CactusPUGH_PUGH_PostReceiveGA_c);
/*#define DEBUG_PUGH*/