diff options
-rw-r--r-- | src/makesymbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makesymbol.c b/src/makesymbol.c index 3557b57..690ed17 100644 --- a/src/makesymbol.c +++ b/src/makesymbol.c @@ -57,7 +57,7 @@ static void reset_mask(t_makesymbol *x, t_symbol *s) typedef char cstring[MAXSTRINGLENG]; -t_symbol* list2symbol(char *masque, int argc, t_atom *argv) +static t_symbol* list2symbol(char *masque, int argc, t_atom *argv) { // cstring buf[MAXSTRINGARGS]; cstring*buf=(cstring*)getbytes(MAXSTRINGARGS*sizeof(cstring)); |