Skip to content

Commit d139d00

Browse files
committed
Compile error in Audiokit
1 parent 86f9f50 commit d139d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioLibs/AudioKit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class AudioKitStream : public AudioStreamX {
204204
converter.begin(cfg.channels, 2, cfg.bits_per_sample);
205205

206206
// Volume control and headphone detection
207-
S if (cfg.default_actions_active){
207+
if (cfg.default_actions_active){
208208
setupActions();
209209
}
210210

0 commit comments

Comments
 (0)