From c0cda13b6ac9cc3181d29841919d1e8fd4cf165d Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Sun, 18 Mar 2007 13:21:11 +0000 Subject: [PATCH] Remove spurious semi-column --- Number_types/include/CGAL/Gmpzf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Number_types/include/CGAL/Gmpzf.h b/Number_types/include/CGAL/Gmpzf.h index ea89bc5ee85..7030ce90707 100644 --- a/Number_types/include/CGAL/Gmpzf.h +++ b/Number_types/include/CGAL/Gmpzf.h @@ -12,8 +12,8 @@ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // -// $URL:$ -// $Id:$ +// $URL$ +// $Id$ // // // Author(s) : Michael Hemmer @@ -66,7 +66,7 @@ public: const Type& y ) const { return x.gcd(y); } - CGAL_IMPLICIT_INTEROPERABLE_BINARY_OPERATOR(int); + CGAL_IMPLICIT_INTEROPERABLE_BINARY_OPERATOR(int) }; typedef INTERN_AST::Div_per_operator< Type > Div;