diff options
Diffstat (limited to 'backend/dc240.c')
| -rw-r--r-- | backend/dc240.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backend/dc240.c b/backend/dc240.c index 47aeab9..bdab777 100644 --- a/backend/dc240.c +++ b/backend/dc240.c @@ -820,7 +820,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback __sane_unused__ authorize    DBG_INIT ();    if (version_code) -    *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, V_MINOR, 0); +    *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, 0);    fp = sanei_config_open (DC240_CONFIG_FILE); | 
