Changeset 90895 in vbox
- Timestamp:
- Aug 25, 2021 6:06:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCmdSelfTest.cpp
r90894 r90895 113 113 114 114 /** The global self-text context. */ 115 static SELFTESTCTX g_Ctx = { 0 };115 static SELFTESTCTX g_Ctx; 116 116 117 117 … … 333 333 DECLCALLBACK(RTEXITCODE) audioTestCmdSelftestHandler(PRTGETOPTSTATE pGetState) 334 334 { 335 RT_ZERO(g_Ctx); 336 335 337 /* Argument processing loop: */ 336 338 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.