summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--elftosb2/ElftosbAST.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/elftosb2/ElftosbAST.cpp b/elftosb2/ElftosbAST.cpp
index c5c9734..1eaf5eb 100644
--- a/elftosb2/ElftosbAST.cpp
+++ b/elftosb2/ElftosbAST.cpp
@@ -96,7 +96,7 @@ void ListASTNode::printTree(int indent) const
void ListASTNode::updateLocation()
{
- token_loc_t current = { 0 };
+ token_loc_t current = { 0, 0 };
const_iterator it = begin();
for (; it != end(); it++)
{