Changeset 15461 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Dec 14, 2008 11:30:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
r13865 r15461 240 240 * Check if we're initited at all. 241 241 */ 242 if ( pThis->hDevice >= 0)242 if ((int)pThis->hDevice >= 0) 243 243 { 244 244 if (close(pThis->hDevice))
Note:
See TracChangeset
for help on using the changeset viewer.