VirtualBox

Ignore:
Timestamp:
Dec 3, 2015 5:17:36 PM (9 years ago)
Author:
vboxsync
Message:

cosmetical fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp

    r58972 r58974  
    74377437
    74387438#ifdef VBOX_WDDM_WIN8
    7439     LOGREL(("VBox WDDM Driver for Windows 8 version %d.%d.%dr%d, %d bit; Built %s %s",
     7439    LOGREL(("VBox WDDM Driver for Windows 8+ version %d.%d.%dr%d, %d bit; Built %s %s",
    74407440            VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, VBOX_SVN_REV,
    74417441            (sizeof (void*) << 3), __DATE__, __TIME__));
     
    74467446#endif
    74477447
    7448     if (! ARGUMENT_PRESENT(DriverObject) ||
    7449         ! ARGUMENT_PRESENT(RegistryPath))
    7450     {
     7448    if (   !ARGUMENT_PRESENT(DriverObject)
     7449        || !ARGUMENT_PRESENT(RegistryPath))
    74517450        return STATUS_INVALID_PARAMETER;
    7452     }
    74537451
    74547452    vboxWddmDrvCfgInit(RegistryPath);
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