Skip to content

Commit

Permalink
init_done typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Dec 21, 2017
1 parent ead5f89 commit 6a28641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bela/BelaCsound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct DigiIn : csnd::Plugin<1, 1> {
int pin;
int fcount;
int frms;
init init_done;
int init_done;
BelaContext *context;

int init() {
Expand Down

0 comments on commit 6a28641

Please sign in to comment.