summaryrefslogtreecommitdiff
path: root/backend/stv680.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/stv680.c')
-rw-r--r--backend/stv680.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/stv680.c b/backend/stv680.c
index cab59b4..eb9add5 100644
--- a/backend/stv680.c
+++ b/backend/stv680.c
@@ -1523,12 +1523,12 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
authorize = authorize; /* silence gcc */
DBG (DBG_error, "This is sane-stv680 version %d.%d-%d\n", SANE_CURRENT_MAJOR,
- V_MINOR, BUILD);
+ SANE_CURRENT_MINOR, BUILD);
DBG (DBG_error, "(C) 2004-2006 by Gerard Klaver\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);
}
DBG (DBG_proc, "sane_init: authorize %s null\n", authorize ? "!=" : "==");