mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +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);
|
ExtensionDetails existingExtension = get(results, extension);
|
||||||
if (existingExtension == null) {
|
if (existingExtension == null) {
|
||||||
results.add(existingExtension);
|
results.add(extension);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue