warning: extra ‘;’ [-Wpedantic]
[ntk/apt.git] / apt-pkg / contrib / gpgv.h
index 1d79a52..d9712d6 100644 (file)
@@ -45,7 +45,7 @@ inline void ExecGPGV(std::string const &File, std::string const &FileSig,
       int const &statusfd = -1) {
    int fd[2];
    ExecGPGV(File, FileSig, statusfd, fd);
-};
+}
 
 #undef APT_noreturn