]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.cc
warning: extra ‘;’ [-Wpedantic]
[apt.git] / apt-pkg / depcache.cc
index a12e6963d30ae93d906c840a9ab188ad424313be..90d0c9314801aa3f95c5f5a8487eb64617950810 100644 (file)
@@ -1686,9 +1686,9 @@ bool pkgDepCache::Policy::IsImportantDep(DepIterator const &Dep)
                                                                        /*}}}*/
 // Policy::GetPriority - Get the priority of the package pin           /*{{{*/
 signed short pkgDepCache::Policy::GetPriority(pkgCache::PkgIterator const &Pkg)
-{ return 0; };
+{ return 0; }
 signed short pkgDepCache::Policy::GetPriority(pkgCache::PkgFileIterator const &File)
-{ return 0; };
+{ return 0; }
                                                                        /*}}}*/
 pkgDepCache::InRootSetFunc *pkgDepCache::GetRootSetFunc()              /*{{{*/
 {