aboutsummaryrefslogtreecommitdiff
path: root/ascseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'ascseq.c')
-rw-r--r--ascseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ascseq.c b/ascseq.c
index 7213d43..2a6e21c 100644
--- a/ascseq.c
+++ b/ascseq.c
@@ -84,7 +84,7 @@ void ascseq_anything(t_ascseq *x, t_symbol* s, t_int argc, t_atom* argv)
void ascseq_symbol(t_ascseq *x, t_symbol *s)
{
- t_atom* a;
+ t_atom* a = NULL;
ascseq_anything(x, s, 0, a);
}