Changeset 1797 for trunk/core/conf.c
- Timestamp:
- 04/11/12 04:14:42 (14 months ago)
- File:
-
- 1 edited
-
trunk/core/conf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/conf.c
r1796 r1797 454 454 CONF_INFO(286, conf.overexp_threshold, CONF_DEF_VALUE, i:5, NULL), 455 455 CONF_INFO(287, conf.overexp_ev_enum, CONF_DEF_VALUE, i:3, conf_change_autoiso), 456 457 #if defined(CAM_ZOOM_ASSIST_BUTTON_CONTROL) 458 CONF_INFO(288, conf.zoom_assist_button_disable, CONF_DEF_VALUE, i:0, NULL), 459 #endif 456 460 }; 457 461 #define CONF_NUM (sizeof(conf_info)/sizeof(conf_info[0]))
Note: See TracChangeset
for help on using the changeset viewer.