diff options
Diffstat (limited to 'backend/hp5590.c')
| -rw-r--r-- | backend/hp5590.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/backend/hp5590.c b/backend/hp5590.c index 1c164e4..78c9313 100644 --- a/backend/hp5590.c +++ b/backend/hp5590.c @@ -480,11 +480,11 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback __sane_unused__ authorize    DBG_INIT();    DBG (1, "SANE backed for HP ScanJet 4500C/4570C/5500C/5550C/5590/7650 %u.%u.%u\n", -       SANE_CURRENT_MAJOR, V_MINOR, BUILD); +       SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, BUILD);    DBG (1, "(c) Ilia Sotnikov <hostcc@gmail.com>\n");    if (version_code) -    *version_code = SANE_VERSION_CODE(SANE_CURRENT_MAJOR, V_MINOR, BUILD); +    *version_code = SANE_VERSION_CODE(SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, BUILD);    sanei_usb_init(); | 
