diff options
Diffstat (limited to 'backend/epson.c')
| -rw-r--r-- | backend/epson.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backend/epson.c b/backend/epson.c index 8c1a41d..d0f5e54 100644 --- a/backend/epson.c +++ b/backend/epson.c @@ -2663,7 +2663,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)  #endif    if (version_code != NULL) -    *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, V_MINOR, SANE_EPSON_BUILD); +    *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, SANE_EPSON_BUILD);    sanei_usb_init (); | 
