summaryrefslogtreecommitdiff
path: root/backend/dc25.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/dc25.c')
-rw-r--r--backend/dc25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/dc25.c b/backend/dc25.c
index 1d9032d..59597a5 100644
--- a/backend/dc25.c
+++ b/backend/dc25.c
@@ -1833,7 +1833,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback __sane_unused__ 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);
fp = sanei_config_open (DC25_CONFIG_FILE);