summaryrefslogtreecommitdiff
path: root/backend/gphoto2.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/gphoto2.c')
-rw-r--r--backend/gphoto2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/gphoto2.c b/backend/gphoto2.c
index 0ea5b48..758829a 100644
--- a/backend/gphoto2.c
+++ b/backend/gphoto2.c
@@ -677,7 +677,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback __sane_unused__ 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 (GPHOTO2_CONFIG_FILE);