summaryrefslogtreecommitdiff
path: root/backend/as6e.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/as6e.c')
-rw-r--r--backend/as6e.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/as6e.c b/backend/as6e.c
index f7c0e81..7655777 100644
--- a/backend/as6e.c
+++ b/backend/as6e.c
@@ -626,7 +626,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
DBG_INIT ();
DBG (2, "sane_init (authorize %s null)\n", (authorize) ? "!=" : "==");
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);
/* fp = sanei_config_open (AS6E_CONFIG_FILE);*/
if (!fp)
{