Browse Source

[2541] editorial: removed unnecessary ';'

JINMEI Tatuya 12 years ago
parent
commit
b1c2cce67f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/client.h

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

@@ -400,7 +400,7 @@ public:
     virtual bool createZone(const dns::Name&) {
         isc_throw(isc::NotImplemented,
                   "Data source doesn't support addZone");
-    };
+    }
 };
 }
 }