mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 23:58:51 +08:00
Fixed mistake
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user