summaryrefslogtreecommitdiff
path: root/src/include/cctk_FortranString.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-24 11:36:11 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-24 11:36:11 +0000
commit0ec36d3dfb052d2cd81d65a2ad1309af6d9e94dc (patch)
treef39790694746a6ee46c2b8a0294f0a4a70de07f5 /src/include/cctk_FortranString.h
parentec55bd54d7bf81017efe2886fc75a3c108811098 (diff)
Got rid of an extraneous ; .
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1089 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_FortranString.h')
-rw-r--r--src/include/cctk_FortranString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_FortranString.h b/src/include/cctk_FortranString.h
index a6224017..843eb140 100644
--- a/src/include/cctk_FortranString.h
+++ b/src/include/cctk_FortranString.h
@@ -31,7 +31,7 @@
_fcd cctk_str1, _fcd cctk_str2, _fcd cctk_str3
#define ONE_FORTSTRING_CREATE(arg1)\
int cctk_strlen1 = _fcdlen(cctk_str1); \
- char *arg1 = Util_NullTerminateString(_fcdtocp(cctk_str1),cctk_strlen1);;
+ char *arg1 = Util_NullTerminateString(_fcdtocp(cctk_str1),cctk_strlen1);
#define TWO_FORTSTRINGS_CREATE(arg1,arg2)\
int cctk_strlen1 = _fcdlen(cctk_str1);\
int cctk_strlen2 = _fcdlen(cctk_str2);\