Skip to content

Commit 46656a4

Browse files
committed
AACDecoderHelix misplaced random char
1 parent d2e5a2e commit 46656a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AACDecoderHelix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AACDecoderHelix : public CommonHelix {
2727
}
2828

2929
#if defined(ARDUINO) || defined(HELIX_PRINT)
30-
AACDecoderHelix(Print &output) { t
30+
AACDecoderHelix(Print &output) {
3131
setMinFrameBufferSize(AAC_MIN_FRAME_SIZE);
3232
his->out = &output;
3333
}

0 commit comments

Comments
 (0)