Browse Source

Remove extra comma at the end of enum

This should fix compilation issue on sunstudio.
Michal 'vorner' Vaner 12 years ago
parent
commit
47cfab4fa9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/domaintree.h

+ 1 - 1
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