From 18c901c3e45c8d453a27d1ae62d158584ee2da0a Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 21 Sep 2009 11:26:04 +0200 Subject: [PATCH] No need for ; after a namespace declaration --- src/util.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/util.h b/src/util.h index 1d470d0..b8262ee 100644 --- a/src/util.h +++ b/src/util.h @@ -19,6 +19,6 @@ namespace Util { std::string compute_md5_digest(std::string data) throw (std::invalid_argument); std::string parse_status_code(std::string data); -}; +} #endif -- 1.7.1