diff options
Diffstat (limited to 'backend/coolscan2.c')
| -rw-r--r-- | backend/coolscan2.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backend/coolscan2.c b/backend/coolscan2.c index 9b1f570..f0d897f 100644 --- a/backend/coolscan2.c +++ b/backend/coolscan2.c @@ -348,7 +348,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)    if (version_code)      *version_code = -      SANE_VERSION_CODE (SANE_CURRENT_MAJOR, V_MINOR, 0); +      SANE_VERSION_CODE (SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, 0);    sanei_usb_init (); | 
