summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdwfl/find-debuginfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdwfl/find-debuginfo.c b/libdwfl/find-debuginfo.c
index 375bbaa8..19d5f907 100644
--- a/libdwfl/find-debuginfo.c
+++ b/libdwfl/find-debuginfo.c
@@ -118,8 +118,8 @@ validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc)
__libdwfl_seterrno (error);
else if (likely (__libdwfl_find_build_id (mod, false,
mod->debug.elf) == 2))
- /* Also backdoor the gratuitous flag. */
- mod->debug.valid = true;
+ /* Also backdoor the gratuitous flag. */
+ mod->debug.valid = true;
else
{
/* A mismatch! */