diff options
Diffstat (limited to 'backend/sm3840.c')
| -rw-r--r-- | backend/sm3840.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backend/sm3840.c b/backend/sm3840.c index b728128..159f600 100644 --- a/backend/sm3840.c +++ b/backend/sm3840.c @@ -549,7 +549,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback 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);    if (authorize)      DBG (2, "Unused authorize\n"); | 
