dragonsKnight5 commented on code in PR #6585:
URL: https://github.com/apache/netbeans/pull/6585#discussion_r1364764690


##########
ide/extbrowser/src/org/netbeans/modules/extbrowser/NbDdeBrowserImpl.java:
##########
@@ -80,7 +85,7 @@ public class NbDdeBrowserImpl extends ExtBrowserImpl {
                 String sunDataModel = 
System.getProperty("sun.arch.data.model"); //NOI18N
                 if (sunDataModel != null) {
                     if ("64".equals(sunDataModel)) { //NOI18N
-                        System.loadLibrary(EXTBROWSER_DLL_64BIT);
+                        System.loadLibrary(EXTBROWSER_DLL_64BIT); 

Review Comment:
   didn't realize I missed that when I was doing my clean up of my work



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to