]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexcopy.cc
warning: extra ‘;’ [-Wpedantic]
[apt.git] / apt-pkg / indexcopy.cc
index 9ea2441396208e94d225e0b6c5e3bf5bec758da6..89c9d531fc66770f06914f24032e20341e1e5578 100644 (file)
@@ -646,12 +646,12 @@ bool SigVerify::RunGPGV(std::string const &File, std::string const &FileOut,
       int const &statusfd, int fd[2]) {
    ExecGPGV(File, FileOut, statusfd, fd);
    return false;
-};
+}
 bool SigVerify::RunGPGV(std::string const &File, std::string const &FileOut,
       int const &statusfd) {
    ExecGPGV(File, FileOut, statusfd);
    return false;
-};
+}
                                                                        /*}}}*/
 bool TranslationsCopy::CopyTranslations(string CDROM,string Name,      /*{{{*/
                                vector<string> &List, pkgCdromStatus *log)