summaryrefslogtreecommitdiff
path: root/backend/bh.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/bh.c')
-rw-r--r--backend/bh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/bh.c b/backend/bh.c
index dd5f6a0..0f2e70e 100644
--- a/backend/bh.c
+++ b/backend/bh.c
@@ -3150,11 +3150,11 @@ sane_init (SANE_Int *version_code, SANE_Auth_Callback authorize)
DBG_INIT();
DBG(3, "sane_init called\n");
DBG(1, "Bell+Howell SANE backend %d.%d build %d %s endian\n",
- SANE_CURRENT_MAJOR, V_MINOR, BUILD,
+ SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, BUILD,
_is_host_little_endian() ? "little" : "big");
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(BH_CONFIG_FILE);
if (fp)