]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdBuildOptions.java
Remove empty attributes for build option.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / platform / ui / FpdBuildOptions.java
index 12058aa7cc2916a468c71c8efb6ac434ab3a5c54..39f65c7ef207b6e6ecab91beefd3187d48893393 100644 (file)
@@ -1864,7 +1864,7 @@ public class FpdBuildOptions extends IInternalFrame {
         if (bool[5]) {\r
             s += "PPC ";\r
         }\r
-        if (s == " ") {\r
+        if (s.equals(" ")) {\r
             s += "IA32";\r
         }\r
         return s.trim();\r