Skip to content

Commit 7d33c18

Browse files
committed
Fixed missing brace
Caused by last commit.
1 parent 9222f11 commit 7d33c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/darkprograms/speech/recognizer/GSpeechDuplex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,5 +519,5 @@ private byte[][] chunkAudio(byte[] data) {
519519
return tmpData;
520520
}
521521
}
522-
522+
}
523523
}

0 commit comments

Comments
 (0)