From 3c3275884e65193743d4b2bcd98637949791aef8 Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Fri, 28 Dec 2007 17:51:16 +0300 Subject: [PATCH] kill spurious comma in flags.h --- ginac/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/flags.h b/ginac/flags.h index 39a2113a..f147fc03 100644 --- a/ginac/flags.h +++ b/ginac/flags.h @@ -39,7 +39,7 @@ public: class has_options { public: enum { - algebraic = 0x0001, ///< enable algebraic matching + algebraic = 0x0001 ///< enable algebraic matching }; }; -- 2.44.0