- Timestamp:
- Mar 13, 2009 12:38:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c
r17813 r17815 165 165 return 0; 166 166 #elif defined(__APPLE__) 167 if (tryLoadOne("/Application/VirtualBox.app/Contents/MacOS" , pszMsgPrefix) == 0)167 if (tryLoadOne("/Application/VirtualBox.app/Contents/MacOS") == 0) 168 168 return 0; 169 169 #else
Note:
See TracChangeset
for help on using the changeset viewer.