Skip to content

Commit d47aadc

Browse files
authored
Typo fix
1 parent baa82ed commit d47aadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_java/com/grimpirate/BufferedImageTranscoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public BufferedImage createImage(int width, int height)
3838
Transparency.OPAQUE,
3939
DataBuffer.TYPE_BYTE),
4040
Raster.createInterleavedRaster(
41-
new DataBufferByte(with * 4 * height),
41+
new DataBufferByte(width * 4 * height),
4242
width,
4343
height,
4444
width * 4,

0 commit comments

Comments
 (0)