summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-01-04 16:23:32 +0100
committerMichael Vogt <mvo@debian.org>2014-01-04 16:23:32 +0100
commit4194c9aee2766845618ef0431fd4803b0467aab7 (patch)
tree89538445667ef3eff36930906d2cbb21eabac7bb /apt-pkg/sourcelist.h
parentd2d68aaf5bc2211e9c488f2603ccb4e5fd591a6d (diff)
improve error message
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r--apt-pkg/sourcelist.h2
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: