diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-07-21 15:53:55 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-07-21 15:53:55 +0000 |
commit | 49e54c5656ee518da76a4a85450a1956b9946fca (patch) | |
tree | ef8de9b778f818f6575daa1819e1462ae9a00758 /src | |
parent | 6c5f916aee7aafba49dd6da06f1e8d3367f1e856 (diff) |
fixed helpfile path
svn path=/trunk/externals/ann/; revision=790
Diffstat (limited to 'src')
-rw-r--r-- | src/ann_som.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ann_som.c b/src/ann_som.c index b4a0947..8bec93c 100644 --- a/src/ann_som.c +++ b/src/ann_som.c @@ -759,7 +759,7 @@ static void som_setup(void) class_addmethod(som_class, (t_method)som_print, gensym("print"), 0); class_addmethod(som_class, (t_method)som_help, gensym("help"), 0); - class_sethelpsymbol(som_class, gensym("ann/som")); + class_sethelpsymbol(som_class, gensym("som")); } |