Changeset 33595 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Oct 29, 2010 10:35:00 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67205
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/init.cpp
r28903 r33595 282 282 */ 283 283 rc = SUPR3Init(NULL); 284 AssertMsgRCReturn(rc, ("Failed to initializ eble the support library, rc=%Rrc!\n", rc), rc);284 AssertMsgRCReturn(rc, ("Failed to initializable the support library, rc=%Rrc!\n", rc), rc); 285 285 } 286 286 #endif
Note:
See TracChangeset
for help on using the changeset viewer.