Changeset 68863 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
- Timestamp:
- Sep 25, 2017 8:24:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r68860 r68863 48 48 /** The scope maskt for the current subcommand. */ 49 49 uint64_t g_fCurSubcommandScope = RTMSGREFENTRYSTR_SCOPE_GLOBAL; 50 /** String of spaces that can be used for indentation. */51 static const char g_szSpaces[] = " ";52 50 53 51 /**
Note:
See TracChangeset
for help on using the changeset viewer.