From 9cdc74e1a1318b30b10e8011bb73df6ab8902d3a Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 17 May 2002 17:36:31 +0000 Subject: Adding a ; after the CCTK_FILEVERSION macro, as the c_file_processor.pl script will now remove it before a c compiler has a chance to complain. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2824 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/flesh.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/flesh.cc b/src/main/flesh.cc index 5d7653e3..8783b6f3 100644 --- a/src/main/flesh.cc +++ b/src/main/flesh.cc @@ -14,7 +14,7 @@ static char *rcsid = "$Header$"; -CCTK_FILEVERSION(main_flesh_cc) +CCTK_FILEVERSION(main_flesh_cc); /*@@ @routine main -- cgit v1.2.3