Changeset 51628 in vbox
- Timestamp:
- Jun 17, 2014 11:47:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r49685 r51628 2884 2884 AssertPtrReturn(pCtx, RTEXITCODE_FAILURE); 2885 2885 2886 static const RTGETOPTDEF s_aOptions[] = { 0};2886 static const RTGETOPTDEF s_aOptions[] = { { 0 } }; 2887 2887 2888 2888 int ch; … … 3833 3833 * Parse arguments. 3834 3834 */ 3835 static const RTGETOPTDEF s_aOptions[] = { 0};3835 static const RTGETOPTDEF s_aOptions[] = { { 0 } }; 3836 3836 3837 3837 int ch;
Note:
See TracChangeset
for help on using the changeset viewer.

