From: Thomas Jarosch Date: Mon, 21 Sep 2009 09:26:04 +0000 (+0200) Subject: No need for ; after a namespace declaration X-Git-Tag: v1.1~168 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=18c901c3e45c8d453a27d1ae62d158584ee2da0a;p=bpdyndnsd No need for ; after a namespace declaration --- 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