VirtualBox

Ignore:
Timestamp:
Sep 24, 2012 12:18:16 PM (12 years ago)
Author:
vboxsync
Message:

Additions/haiku: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/haiku/VBoxVideo/driver/driver.cpp

    r43408 r43415  
    162162    LogFlowFunc(("init_hardware\n"));
    163163
    164     status_t err = get_module(VBOXGUEST_MODULE_NAME, (module_info **)&g_VBoxGuest)
     164    status_t err = get_module(VBOXGUEST_MODULE_NAME, (module_info **)&g_VBoxGuest);
    165165    if (err == B_OK)
    166166    {
     
    253253device_hooks* find_device(const char *name)
    254254{
    255     LogFlowFunc(a("find_device\n"));
     255    LogFlowFunc(("find_device\n"));
    256256    if (gCanHasDevice && strcmp(name, gDeviceInfo.name) == 0)
    257257        return &gDeviceHooks;
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