diff options
Diffstat (limited to 'backend/dell1600n_net.c')
-rw-r--r-- | backend/dell1600n_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/dell1600n_net.c b/backend/dell1600n_net.c index 2436dd4..41be589 100644 --- a/backend/dell1600n_net.c +++ b/backend/dell1600n_net.c @@ -86,7 +86,7 @@ #define MAX_SCANNERS 32 /* version number */ -#define DRIVER_VERSION SANE_VERSION_CODE( SANE_CURRENT_MAJOR, V_MINOR, 0 ) +#define DRIVER_VERSION SANE_VERSION_CODE( SANE_CURRENT_MAJOR, SANE_CURRENT_MINOR, 0 ) /* size of buffer for socket communication */ #define SOCK_BUF_SIZE 2048 |