Changeset 69434 in vbox for trunk/src/VBox/Runtime/tools/RTSignTool.cpp
- Timestamp:
- Oct 27, 2017 3:48:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTSignTool.cpp
r69111 r69434 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/assert.h> 32 32 #include <iprt/buildconfig.h> … … 60 60 61 61 62 /******************************************************************************* 63 * Structures and Typedefs *64 ******************************************************************************* /62 /********************************************************************************************************************************* 63 * Structures and Typedefs * 64 *********************************************************************************************************************************/ 65 65 /** Help detail levels. */ 66 66 typedef enum RTSIGNTOOLHELP … … 125 125 126 126 127 /******************************************************************************* 128 * Internal Functions *129 ******************************************************************************* /127 /********************************************************************************************************************************* 128 * Internal Functions * 129 *********************************************************************************************************************************/ 130 130 static RTEXITCODE HandleHelp(int cArgs, char **papszArgs); 131 131 static RTEXITCODE HelpHelp(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel); … … 2593 2593 } 2594 2594 2595
Note:
See TracChangeset
for help on using the changeset viewer.