diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-10-13 09:54:21 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-10-13 13:01:15 +0200 |
commit | 9d653a6de2ca952247cc4e628256259d225570a6 (patch) | |
tree | c0953d2e518ab6b64ac11ea0096f5233feff9499 /apt-pkg/deb/debrecords.cc | |
parent | 9983999d294887046abf386adc31190700d89b61 (diff) |
fix compile and tests error
I am pretty sure I did that before committing broken stuff…
Git-Dch: Ignore
Diffstat (limited to 'apt-pkg/deb/debrecords.cc')
-rw-r--r-- | apt-pkg/deb/debrecords.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/debrecords.cc b/apt-pkg/deb/debrecords.cc index d08bb3c7e..b41aa5584 100644 --- a/apt-pkg/deb/debrecords.cc +++ b/apt-pkg/deb/debrecords.cc @@ -208,4 +208,4 @@ void debRecordParser::GetRec(const char *&Start,const char *&Stop) } /*}}}*/ -debRecordParser::~debRecordParser() {}; +debRecordParser::~debRecordParser() {} |