[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-bugs] [PATCH 6/6] remove extraneous semicolon



From: Eitan Adler <lists@eitanadler.com>


Signed-off-by: Eitan Adler <lists@eitanadler.com>
---
 src/SafeOpFlags.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/SafeOpFlags.h b/src/SafeOpFlags.h
index 121e102..5f2c015 100644
--- a/src/SafeOpFlags.h
+++ b/src/SafeOpFlags.h
@@ -83,7 +83,7 @@ public:
 
 	~SafeOpFlags();
 
-	static std::vector<std::string> wrapper_names;;
+	static std::vector<std::string> wrapper_names;
 private:
 	bool op1_;
 	bool op2_;
-- 
1.7.7.3