- Timestamp:
- Oct 9, 2015 12:46:51 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103252
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r58144 r58146 72 72 RTPrintf("%s %-*s%s%s\n", 73 73 pszName, 74 *pszLine ? 35 - strlen( name) : 1, pszCommand,74 *pszLine ? 35 - strlen(pszName) : 1, pszCommand, 75 75 *pszLine ? " " : "", pszLine); 76 76 }
Note:
See TracChangeset
for help on using the changeset viewer.