Skip to content

Commit 5f71476

Browse files
committed
Windows compile fixes.
1 parent 25d7b94 commit 5f71476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

externals/cxc/cxc_split.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef struct _split
2424
t_symbol* x_splitter;
2525
} t_split;
2626

27-
void split_anything(t_split *, struct _symbol *, long int, t_atom *);
27+
void split_anything(t_split *, t_symbol *, t_int, t_atom *);
2828

2929

3030
void split_symbol(t_split *x, t_symbol *s)

0 commit comments

Comments
 (0)