Changeset 7613 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jun 21, 2006, 11:04:10 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7611 r7613 11 11 static bool defineMode(pxConfig *config); 12 12 static bool runsMode(pxConfig *config); 13 static bool selectrun sMode(pxConfig *config);13 static bool selectrunMode(pxConfig *config); 14 14 static bool selectMode(pxConfig *config); 15 15 static bool inputMode(pxConfig *config); … … 52 52 MODECASE(DETTOOL_MODE_DEFINE, defineMode); 53 53 MODECASE(DETTOOL_MODE_RUNS, runsMode); 54 MODECASE(DETTOOL_MODE_SELECTRUN S, selectrunsMode);54 MODECASE(DETTOOL_MODE_SELECTRUN, selectrunMode); 55 55 MODECASE(DETTOOL_MODE_SELECT, selectMode); 56 56 MODECASE(DETTOOL_MODE_INPUT, inputMode); … … 277 277 } 278 278 279 static bool selectrun sMode(pxConfig *config)279 static bool selectrunMode(pxConfig *config) 280 280 { 281 281 PS_ASSERT_PTR_NON_NULL(config, 0);
Note:
See TracChangeset
for help on using the changeset viewer.
