diff options
Diffstat (limited to 'backend/sharp.c')
-rw-r--r-- | backend/sharp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/sharp.c b/backend/sharp.c index d533103..b52e8e2 100644 --- a/backend/sharp.c +++ b/backend/sharp.c @@ -2361,7 +2361,7 @@ sane_init (SANE_Int * version_code, #endif 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 (SHARP_CONFIG_FILE); if (!fp) |