summaryrefslogtreecommitdiff
path: root/backend/agfafocus.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/agfafocus.c')
-rw-r--r--backend/agfafocus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/agfafocus.c b/backend/agfafocus.c
index 71fcf30..d972f59 100644
--- a/backend/agfafocus.c
+++ b/backend/agfafocus.c
@@ -1287,7 +1287,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
sanei_thread_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 ("agfafocus.conf");
if (!fp)