diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-04 16:23:32 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-04 16:23:32 +0100 |
commit | 4194c9aee2766845618ef0431fd4803b0467aab7 (patch) | |
tree | 89538445667ef3eff36930906d2cbb21eabac7bb /apt-pkg/sourcelist.h | |
parent | d2d68aaf5bc2211e9c488f2603ccb4e5fd591a6d (diff) |
improve error message
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r-- | apt-pkg/sourcelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index 5e0d585bb..d83c76d6a 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -76,7 +76,7 @@ class pkgSourceList std::vector<metaIndex *> SrcList; - bool ParseFileDeb822(std::string File); + int ParseFileDeb822(std::string File); bool ParseFileOldStyle(std::string File); public: |