From de5e71eb551873fac7907ef94b0047aabd59d064 Mon Sep 17 00:00:00 2001 From: tlegrand Date: Wed, 16 Jan 2008 08:30:38 +0000 Subject: [PATCH] removed bad semicolon at the end of a "{}" bloc which is not a class/template/struct. Debugged using g++ flags --- eo/test/t-eoExternalEO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/test/t-eoExternalEO.cpp b/eo/test/t-eoExternalEO.cpp index f8f71c93..aae16985 100644 --- a/eo/test/t-eoExternalEO.cpp +++ b/eo/test/t-eoExternalEO.cpp @@ -129,4 +129,4 @@ int main() cross2(eo1,eo2); -}; +}