diff options
Diffstat (limited to 'backend/hpljm1005.c')
-rw-r--r-- | backend/hpljm1005.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/hpljm1005.c b/backend/hpljm1005.c index 95ddd8e..2a7116c 100644 --- a/backend/hpljm1005.c +++ b/backend/hpljm1005.c @@ -392,7 +392,7 @@ sane_init (SANE_Int * version_code, { if (version_code != NULL) - *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, V_MINOR, BUILD); + *version_code = SANE_VERSION_CODE (SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, BUILD); DBG_INIT(); |