From: Michael R Sweet Date: Tue, 25 Apr 2023 11:34:20 +0000 (-0400) Subject: Fix coverity-detected typo. X-Git-Tag: v2.4.3~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecba3676244b7181bfaaeab0a4e7806a6d4e3a3e;p=thirdparty%2Fcups.git Fix coverity-detected typo. --- diff --git a/tools/ippeveprinter.c b/tools/ippeveprinter.c index 83373c8955..c41deeecf8 100644 --- a/tools/ippeveprinter.c +++ b/tools/ippeveprinter.c @@ -8859,7 +8859,7 @@ valid_job_attributes( } else { - y_min = ippGetRange(y_dim, 0, &x_max); + y_min = ippGetRange(y_dim, 0, &y_max); } if ((x_value < x_min || x_value > x_max) && (y_value < y_min || y_value > y_max))