diff options
Diffstat (limited to 'backend/ricoh.c')
-rw-r--r-- | backend/ricoh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ricoh.c b/backend/ricoh.c index eb692c9..d1f20c0 100644 --- a/backend/ricoh.c +++ b/backend/ricoh.c @@ -495,7 +495,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize) #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(RICOH_CONFIG_FILE); if (fp) |