Browse Source

removed a redundant comman after the last member of enum.
should be trivial enough, skipping review.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2574 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 15 years ago
parent
commit
535489324e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/query.h

+ 1 - 1
src/lib/datasrc/query.h

@@ -88,7 +88,7 @@ public:
         AUTH_QUERY,
         AUTH_QUERY,
         GLUE_QUERY,
         GLUE_QUERY,
         NOGLUE_QUERY,
         NOGLUE_QUERY,
-        REF_QUERY,
+        REF_QUERY
     } op;
     } op;
 
 
     // The state field indicates the state of the query; it controls
     // The state field indicates the state of the query; it controls