summaryrefslogtreecommitdiff
path: root/doc/MaintGuide
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-21 17:24:34 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-21 17:24:34 +0000
commit160c3de2af1bcf3a0d81194223f841016e5aa25f (patch)
tree3b12d21ba29473576b2b644e94e17676099c9f20 /doc/MaintGuide
parent49c7a20cee26f00314beb18a624734f1ff85d92f (diff)
Added semicolon after the FILEVERSION macro now that we strip this in the file
processor. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2841 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/MaintGuide')
-rw-r--r--doc/MaintGuide/Template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/MaintGuide/Template.c b/doc/MaintGuide/Template.c
index 41a4013a..c8f33a1b 100644
--- a/doc/MaintGuide/Template.c
+++ b/doc/MaintGuide/Template.c
@@ -39,7 +39,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(MaintGuide_Template_c)
+CCTK_FILEVERSION(MaintGuide_Template_c);
/********************************************************************
********************* Local Data Types ***********************