summaryrefslogtreecommitdiff
path: root/backend/leo.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/leo.c')
-rw-r--r--backend/leo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/leo.c b/backend/leo.c
index 3c97daa..344d2c6 100644
--- a/backend/leo.c
+++ b/backend/leo.c
@@ -1298,12 +1298,12 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback __sane_unused__ authorize
DBG (DBG_sane_init, "sane_init\n");
DBG (DBG_error, "This is sane-leo version %d.%d-%d\n", SANE_CURRENT_MAJOR,
- V_MINOR, BUILD);
+ SANE_CURRENT_MINOR, BUILD);
DBG (DBG_error, "(C) 2002 by Frank Zago\n");
if (version_code)
{
- *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, V_MINOR, BUILD);
+ *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, BUILD);
}
fp = sanei_config_open (LEO_CONFIG_FILE);