Skip to content

Commit 01a927f

Browse files
committed
Fixed the semicolon
1 parent ad60f5c commit 01a927f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/edu/wpi/grip/core/sources/IPCameraFrameGrabber.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ byte[] readImage() throws IOException {
164164
}
165165

166166
// find embedded jpeg in stream
167-
final String subheader = sb.toString().toLowerCase();;
167+
final String subheader = sb.toString().toLowerCase();
168168
//log.debug(subheader);
169169

170170
// if (boundryKey == null)

0 commit comments

Comments
 (0)