mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Fixed mistake
This commit is contained in:
parent
9a34a446df
commit
a8705df99c
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ public class ExtensionUtils {
|
|||
|
||||
ExtensionDetails existingExtension = get(results, extension);
|
||||
if (existingExtension == null) {
|
||||
results.add(existingExtension);
|
||||
results.add(extension);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue