Changeset 18648 in vbox for trunk/src/VBox
- Timestamp:
- Apr 2, 2009 4:20:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r18642 r18648 279 279 if( (*psz != '-') 280 280 #if defined(RT_OS_WINDOWS) 281 && (*psz != '/')) 282 #endif 281 && (*psz != '/') 282 #endif 283 ) 283 284 return VBoxServiceSyntax("Unknown argument '%s'\n", psz); 285 284 286 psz++; 285 287
Note:
See TracChangeset
for help on using the changeset viewer.