summaryrefslogtreecommitdiff
path: root/backend/artec.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/artec.c')
-rw-r--r--backend/artec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/artec.c b/backend/artec.c
index 355e78e..ea211eb 100644
--- a/backend/artec.c
+++ b/backend/artec.c
@@ -2591,7 +2591,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
strcpy (artec_model, "");
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 (7, "sane_init(), authorize %s null\n", (authorize) ? "!=" : "==");