projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix spelling error
[apt.git]
/
apt-pkg
/
tagfile.h
diff --git
a/apt-pkg/tagfile.h
b/apt-pkg/tagfile.h
index 61491aa047adeb5572835cc9f7a9ef0b2931c52b..a101d7b1ebbf14b820f5f2cd0ff390cf528891ed 100644
(file)
--- a/
apt-pkg/tagfile.h
+++ b/
apt-pkg/tagfile.h
@@
-79,7
+79,7
@@
class pkgTagSection
Stop = this->Stop;
};
- pkgTagSection() : Section(0), Stop(0) {};
+ pkgTagSection() : Section(0),
TagCount(0),
Stop(0) {};
};
class pkgTagFile