diff options
Diffstat (limited to 'backend/dc210.c')
| -rw-r--r-- | backend/dc210.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backend/dc210.c b/backend/dc210.c index f2d1ec3..b6eae40 100644 --- a/backend/dc210.c +++ b/backend/dc210.c @@ -663,7 +663,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 (DC210_CONFIG_FILE); | 
