diff options
Diffstat (limited to 'backend/kvs1025_opt.c')
-rw-r--r-- | backend/kvs1025_opt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/kvs1025_opt.c b/backend/kvs1025_opt.c index b7581f9..628f056 100644 --- a/backend/kvs1025_opt.c +++ b/backend/kvs1025_opt.c @@ -141,7 +141,6 @@ static const KV_PAPER_SIZE go_paper_sizes[] = { }; static const int default_paper_size_idx = 3; /* A4 */ -static const int go_paper_max_width = 216; /* US letter */ /* Lists of supported halftone. They are only valid with * for the Black&White mode. */ @@ -227,7 +226,7 @@ static const int go_image_emphasis_val[] = { static SANE_String_Const go_gamma_list[] = { SANE_I18N ("normal"), SANE_I18N ("crt"), - SANE_I18N ("linier"), + SANE_I18N ("linear"), NULL }; static const int go_gamma_val[] = { |