From: Michal 'vorner' Vaner Date: Wed, 10 Oct 2012 18:28:16 +0000 (+0200) Subject: Remove extra comma at the end of enum X-Git-Tag: trac2402_base~15^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47cfab4fa97829309b1c6093d65c27a142b1c87a;p=thirdparty%2Fkea.git Remove extra comma at the end of enum This should fix compilation issue on sunstudio. --- diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h index 7e68f53bf0..272245d05f 100644 --- a/src/lib/datasrc/memory/domaintree.h +++ b/src/lib/datasrc/memory/domaintree.h @@ -947,7 +947,7 @@ public: PARTIALMATCH, ///< A superdomain node was found NOTFOUND, ///< Not even any superdomain was found /// \brief Returned by insert() if a node of the name already exists - ALREADYEXISTS, + ALREADYEXISTS }; /// \brief Allocate and construct \c DomainTree