summaryrefslogtreecommitdiffstats
path: root/dwarflint/check_debug_line.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dwarflint/check_debug_line.cc')
-rw-r--r--dwarflint/check_debug_line.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwarflint/check_debug_line.cc b/dwarflint/check_debug_line.cc
index 57238bc4..d75aed2b 100644
--- a/dwarflint/check_debug_line.cc
+++ b/dwarflint/check_debug_line.cc
@@ -358,7 +358,7 @@ check_debug_line::check_debug_line (checkstack &stack, dwarflint &lint)
for (ref_record::const_iterator
jt = it->decl_file_refs.begin ();
jt != it->decl_file_refs.end (); ++jt)
- if (!use_file (files, jt->addr, *jt->who))
+ if (!use_file (files, jt->addr, jt->who))
success = false;
}
if (!found)