Changeset 18093 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Jun 12, 2008, 11:53:45 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r17859 r18093 34 34 #include "camtool.h" 35 35 36 static bool queueMode(pxConfig *config);36 static bool definebyqueryMode(pxConfig *config); 37 37 static bool updaterunMode(pxConfig *config); 38 38 static bool pendingimfileMode(pxConfig *config); … … 67 67 68 68 switch (config->mode) { 69 MODECASE(CHIPTOOL_MODE_ QUEUE, queueMode);69 MODECASE(CHIPTOOL_MODE_DEFINEBYQUERY, definebyqueryMode); 70 70 MODECASE(CHIPTOOL_MODE_UPDATERUN, updaterunMode); 71 71 MODECASE(CHIPTOOL_MODE_PENDINGIMFILE, pendingimfileMode); … … 102 102 103 103 104 static bool queueMode(pxConfig *config)104 static bool definebyqueryMode(pxConfig *config) 105 105 { 106 106 PS_ASSERT_PTR_NON_NULL(config, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
