diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 14:22:14 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 14:22:14 +0000 |
commit | 9e6c7d2f6b4ae90e28c5d97f3e2739c1a3eaaf49 (patch) | |
tree | c178941fca1ea95b27108c0027c18d05602b754a /examples | |
parent | 893aff1211ad964cad49763f65266787d42a5ec6 (diff) | |
download | LibXtract-9e6c7d2f6b4ae90e28c5d97f3e2739c1a3eaaf49.tar.gz LibXtract-9e6c7d2f6b4ae90e28c5d97f3e2739c1a3eaaf49.tar.bz2 LibXtract-9e6c7d2f6b4ae90e28c5d97f3e2739c1a3eaaf49.zip |
Minor PD external fix
Diffstat (limited to 'examples')
-rw-r--r-- | examples/puredata/xtract~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/puredata/xtract~.c b/examples/puredata/xtract~.c index 9f81f57..82f7a48 100644 --- a/examples/puredata/xtract~.c +++ b/examples/puredata/xtract~.c @@ -244,5 +244,5 @@ void xtract_tilde_setup(void) { class_addmethod(xtract_class, (t_method)xtract_tilde_show_help, gensym("help"), A_DEFSYMBOL, 0); CLASS_MAINSIGNALIN(xtract_class, t_xtract_tilde, f); - class_sethelpsymbol(xtract_class, gensym("help-flib")); + class_sethelpsymbol(xtract_class, gensym("help-xtract")); } |