Skip to content

Commit 366df58

Browse files
committed
Fixing errors
1 parent 96e9a9c commit 366df58

File tree

1 file changed

+1
-1
lines changed
  • library/src/main/java/jp/co/cyberagent/android/gpuimage

1 file changed

+1
-1
lines changed

library/src/main/java/jp/co/cyberagent/android/gpuimage/GPUImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public void setScaleType(ScaleType scaleType) {
261261
* @return array with width and height of bitmap image
262262
*/
263263
public int[] getScaleSize() {
264-
return new int[] = {scaleWidth, scaleHeight};
264+
return new int[] {scaleWidth, scaleHeight};
265265
}
266266

267267
/**

0 commit comments

Comments
 (0)