Fix compiler warning
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@561 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -111,7 +111,6 @@ public class TJExample {
|
||||
&& argv[i].substring(0, 3).equalsIgnoreCase("-sc")) {
|
||||
int match = 0;
|
||||
if(i < argv.length - 1) {
|
||||
int temp1 = 0, temp2 = 0;
|
||||
String[] scaleArg = argv[++i].split("/");
|
||||
if(scaleArg.length == 2) {
|
||||
TJScalingFactor tempsf =
|
||||
|
||||
Reference in New Issue
Block a user