VirtualBox

Changeset 20515 in vbox for trunk/src


Ignore:
Timestamp:
Jun 12, 2009 1:36:57 PM (16 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/generic/OpenGLTest.cpp

    r20503 r20515  
    4141    rc = RTPathExecDir(pszVBoxPath, RTPATH_MAX); AssertRCReturn(rc, false);
    4242#if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2)
     43    rc = RTPathAppend(pszVBoxPath, RTPATH_MAX, "VBoxTestOGL.exe");
     44#else
    4345    rc = RTPathAppend(pszVBoxPath, RTPATH_MAX, "VBoxTestOGL");
    44 #else
    45     rc = RTPathAppend(pszVBoxPath, RTPATH_MAX, "VBoxTestOGL.exe");
    4646#endif
    4747    AssertRCReturn(rc, false);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette