Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-wes committed May 24, 2024
1 parent e230c3d commit 6c498d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplex~.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define G4_4 0.5527864045

typedef void (*t_signal_setmultiout)(t_signal **, int);
static t_signal_setmultiout g_signal_setmultiout;
t_signal_setmultiout g_signal_setmultiout;
static t_class *simplex_tilde_class;

typedef struct _simplex_tilde {
Expand Down

0 comments on commit 6c498d0

Please sign in to comment.