Changeset 43415 in vbox for trunk/src/VBox/Additions/haiku/VBoxVideo/driver
- Timestamp:
- Sep 24, 2012 12:18:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxVideo/driver/driver.cpp
r43408 r43415 162 162 LogFlowFunc(("init_hardware\n")); 163 163 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); 165 165 if (err == B_OK) 166 166 { … … 253 253 device_hooks* find_device(const char *name) 254 254 { 255 LogFlowFunc( a("find_device\n"));255 LogFlowFunc(("find_device\n")); 256 256 if (gCanHasDevice && strcmp(name, gDeviceInfo.name) == 0) 257 257 return &gDeviceHooks;
Note:
See TracChangeset
for help on using the changeset viewer.