This commit is contained in:
Folkert 2023-09-03 17:01:32 +02:00
parent adf36109ab
commit 2f88d0579d
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C

View File

@ -1114,7 +1114,7 @@ impl<'a> AppSections<'a> {
_ if name.starts_with(".rdata") => SectionKind::ReadOnlyData,
_ => continue,
}
},
}
Err(_) => continue,
};